Bump version to 3.10.0

This commit is contained in:
Steve Gravrock
2021-10-13 15:46:21 -07:00
parent 503a7409f0
commit 896412367a
4 changed files with 47 additions and 3 deletions

View File

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

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.9.0"
VERSION = "3.10.0"
end
end