Files
jasmine/lib/jasmine-core/version.rb
Greg Cobb and Gregg Van Hove e173cd1c9d bump version to 2.2.1 for bower fix
2015-02-02 12:24:14 -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.2.1"
end
end