Version bump to 2.9.0

This commit is contained in:
Gregg Van Hove
2018-01-16 17:29:34 -08:00
parent f76b452816
commit c82e5947f5
5 changed files with 103 additions and 6 deletions

View File

@@ -5538,5 +5538,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '2.8.0';
return '2.9.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.8.0"
VERSION = "2.9.0"
end
end