Bump version to 2.6.0

This commit is contained in:
Gregg Van Hove
2017-04-19 14:14:39 -07:00
parent 74511f5425
commit 4b696fbf26
4 changed files with 111 additions and 3 deletions

View File

@@ -4939,5 +4939,5 @@ getJasmineRequireObj().TreeProcessor = function() {
};
getJasmineRequireObj().version = function() {
return '2.5.2';
return '2.6.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.5.2"
VERSION = "2.6.0"
end
end