Bump version to 3.99.1

This commit is contained in:
Steve Gravrock
2022-02-21 16:30:15 -08:00
parent 4a2b10998a
commit 906f37fe52
4 changed files with 25 additions and 3 deletions

View File

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

View File

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