bump version to 2.6.3

This commit is contained in:
Gregg Van Hove
2017-06-07 13:41:22 -07:00
parent a3bc74776a
commit ca5b1de2eb
4 changed files with 20 additions and 3 deletions

View File

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

View File

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