bump version to 2.6.3

- cherry-pick release notes, etc.
This commit is contained in:
Gregg Van Hove
2017-06-07 13:41:22 -07:00
parent f7c160d716
commit 994878e6f6
4 changed files with 20 additions and 3 deletions

View File

@@ -5017,5 +5017,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