Set version to 3.99.0-dev

This commit is contained in:
Steve Gravrock
2021-10-15 10:33:21 -07:00
parent ab34f272da
commit b13329114c
3 changed files with 3 additions and 3 deletions

View File

@@ -10722,5 +10722,5 @@ getJasmineRequireObj().UserContext = function(j$) {
}; };
getJasmineRequireObj().version = function() { getJasmineRequireObj().version = function() {
return '3.10.0'; return '3.99.0-dev';
}; };

View File

@@ -4,6 +4,6 @@
# #
module Jasmine module Jasmine
module Core module Core
VERSION = "3.10.0" VERSION = "3.99.0.dev"
end end
end end

View File

@@ -1,7 +1,7 @@
{ {
"name": "jasmine-core", "name": "jasmine-core",
"license": "MIT", "license": "MIT",
"version": "3.10.0", "version": "3.99.0-dev",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/jasmine/jasmine.git" "url": "https://github.com/jasmine/jasmine.git"