Files
jasmine/lib/jasmine-core/version.rb
Gregg Van Hove and Tim Jarratt 18e1ab93ea Release for rc3
2013-10-03 09:55:36 -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.rc3"
end
end