Files
jasmine/lib/jasmine-core/version.rb
Christopher Jobst and Sheel Choksi a2a8b5dde2 Create a 2.0 distribution
2013-12-16 12:33:34 -08:00

10 lines
232 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"
end
end