Bump version to 3.8.0

This commit is contained in:
Steve Gravrock
2021-07-01 17:06:14 -07:00
parent 27c650ec08
commit 00586e50e0
5 changed files with 137 additions and 4 deletions

View File

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

View File

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