Bump version to 3.99.0

This commit is contained in:
Steve Gravrock
2022-01-01 10:47:59 -08:00
parent 005648acd8
commit 58d13570ac
4 changed files with 18 additions and 3 deletions

View File

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

View File

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