Files
jasmine/lib/jasmine-core/version.rb
Davis W. Frank and Sheel Choksi 8c696ffc71 Release prep for 2.0.0-rc1
2013-07-28 17:31:24 -07: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 = "2.0.0.rc1"
end
end