Bump version to 3.6.0

This commit is contained in:
Steve Gravrock
2020-07-23 16:02:30 -07:00
parent 6f3e85f755
commit d51da18808
4 changed files with 149 additions and 3 deletions

View File

@@ -8961,5 +8961,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.5.1';
return '3.6.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.5.0"
VERSION = "3.6.0"
end
end