Set version to 4.0.0-pre.0

This commit is contained in:
Steve Gravrock
2021-10-08 08:48:22 -07:00
parent 36a4ddf433
commit 976928c7ae
2 changed files with 2 additions and 2 deletions

View File

@@ -10141,5 +10141,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.9.0';
return '4.0.0-pre.0';
};

View File

@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "3.9.0",
"version": "4.0.0-pre.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"