Bump version to 2.6.1

This commit is contained in:
Gregg Van Hove
2017-04-26 14:18:15 -07:00
parent 120c484419
commit 2835ca3cce
4 changed files with 34 additions and 3 deletions

View File

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

View File

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