Bump version to 2.6.2

This commit is contained in:
Gregg Van Hove
2017-05-17 17:24:16 -07:00
parent 4f49288f31
commit 5d1d19f494
4 changed files with 26 additions and 3 deletions

View File

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

View File

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