Merge branch 'main' into 3.99

This commit is contained in:
Steve Gravrock
2021-08-30 18:41:02 -07:00
6 changed files with 105 additions and 4 deletions
+1 -1
View File
@@ -10373,5 +10373,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.8.0';
return '3.9.0';
};
+1 -1
View File
@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.8.0"
VERSION = "3.9.0"
end
end