Bump version to 2.6.4

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

View File

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