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/10 21:30:08 UTC

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

Author: donaldp
Date: Thu Oct 10 19:30:08 2013
New Revision: 1531079

URL: http://svn.apache.org/r1531079
Log:
Update 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=1531079&r1=1531078&r2=1531079&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/version.rb (original)
+++ buildr/trunk/lib/buildr/version.rb Thu Oct 10 19:30:08 2013
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.14.dev'.freeze
+  VERSION = '1.4.14'.freeze
 end