CB-5284 Fixing the version from coho

Fixing the hardcoded versions, it got auto-incremented by accident.
This commit is contained in:
Marcel Kinard
2013-11-05 14:43:01 -05:00
parent 1d6e1d416b
commit 4e1156e083
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "2.10.0-dev";
var VERSION = "3.2.0-dev";
console.log(VERSION);