Files
jasmine/lib/jasmine-core/version.rb
2017-11-17 14:28:20 -08:00

10 lines
236 B
Ruby

#
# DO NOT Edit this file. Canonical version of Jasmine lives in the repo's package.json. This file is generated
# by a grunt task when the standalone release is built.
#
module Jasmine
module Core
VERSION = "3.0.0.pre"
end
end