Files
jasmine/lib/jasmine-core/version.rb
2019-04-03 17:03:07 -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 = "3.4.0"
end
end