Files
jasmine/lib/jasmine-core/version.rb
Gregg Van Hove 6816bc4252 Update to 2.5.2
2016-09-16 17:19:59 -07: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.5.2"
end
end