Bump version to 3.10.1

This commit is contained in:
Steve Gravrock
2021-10-22 16:07:23 -07:00
parent 504ef27899
commit e86a7f00a6
4 changed files with 15 additions and 3 deletions

View File

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

View File

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