Bump version to 3.9.0

This commit is contained in:
Steve Gravrock
2021-08-21 12:00:23 -07:00
parent dd8a65cb60
commit a6d7eb2a06
4 changed files with 68 additions and 3 deletions

View File

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

View File

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