Bump version to 2.6.4

This commit is contained in:
Gregg Van Hove
2017-06-16 13:41:59 -07:00
parent 0c6397d802
commit 02c18a3596
4 changed files with 20 additions and 3 deletions

View File

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

View File

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