bump version to 3.2.0

This commit is contained in:
Gregg Van Hove
2018-08-08 17:33:50 -07:00
parent 3a52c444f8
commit 112672c4a9
4 changed files with 86 additions and 3 deletions

View File

@@ -6613,5 +6613,5 @@ getJasmineRequireObj().UserContext = function(j$) {
};
getJasmineRequireObj().version = function() {
return '3.1.0';
return '3.2.0';
};

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "3.1.0"
VERSION = "3.2.0"
end
end