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/02 00:44:39 UTC

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

Author: donaldp
Date: Tue Oct  1 22:44:39 2013
New Revision: 1528244

URL: http://svn.apache.org/r1528244
Log:
Bump version in preparation for release

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=1528244&r1=1528243&r2=1528244&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/version.rb (original)
+++ buildr/trunk/lib/buildr/version.rb Tue Oct  1 22:44:39 2013
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.13.dev'.freeze
-end
\ No newline at end of file
+  VERSION = '1.4.13'.freeze
+end