Bump version to 2.4.0

This commit is contained in:
Gregg Van Hove
2015-12-02 22:02:03 -08:00
parent b3f69852c1
commit 3b53e469fd
4 changed files with 94 additions and 3 deletions

View File

@@ -3450,5 +3450,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.3.4';
return '2.4.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.3.4"
VERSION = "2.4.0"
end
end