bump version to 2.7.0

This commit is contained in:
Gregg Van Hove
2017-07-27 17:47:20 -07:00
parent 1d4a2b5c22
commit b256741bec
4 changed files with 64 additions and 3 deletions

View File

@@ -5137,5 +5137,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '2.6.4';
return '2.7.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.6.4"
VERSION = "2.7.0"
end
end