bump version to 3.5.0

This commit is contained in:
Gregg Van Hove
2019-09-20 16:57:20 -07:00
parent 53561ae71f
commit e8263e38aa
4 changed files with 202 additions and 3 deletions

View File

@@ -8214,5 +8214,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.4.0';
return '3.5.0';
};

View File

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