bump version to 2.3.2

This commit is contained in:
Gregg Van Hove
2015-05-07 14:02:12 -07:00
parent add841a1e9
commit 426eebe1ce
5 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -3294,5 +3294,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
};
getJasmineRequireObj().version = function() {
return '2.3.1';
return '2.3.2';
};
+1 -1
View File
@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.3.1"
VERSION = "2.3.2"
end
end