Hold off on the version bump until test-build.js is finished.

Former-commit-id: a627062b1133cdb5a06a3fd960bbeaddfd0f9a54
This commit is contained in:
John-David Dalton
2012-09-07 22:00:27 -07:00
parent 2dc53223e5
commit fa565bdbdf
3 changed files with 44 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash v0.7.0 <http://lodash.com>
* Lo-Dash v0.6.1 <http://lodash.com>
* Copyright 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.3.3, copyright 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
* <http://documentcloud.github.com/underscore>
@@ -4249,7 +4249,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.7.0';
lodash.VERSION = '0.6.1';
// assign static methods
lodash.after = after;