You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/16 02:56:13 UTC

svn commit: r1532612 - /buildr/trunk/lib/buildr/version.rb

Author: donaldp
Date: Wed Oct 16 00:56:12 2013
New Revision: 1532612

URL: http://svn.apache.org/r1532612
Log:
Bump the version in preparation for development work

Modified:
    buildr/trunk/lib/buildr/version.rb

Modified: buildr/trunk/lib/buildr/version.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/version.rb?rev=1532612&r1=1532611&r2=1532612&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/version.rb (original)
+++ buildr/trunk/lib/buildr/version.rb Wed Oct 16 00:56:12 2013
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.14'.freeze
+  VERSION = '1.4.15.dev'.freeze
 end