You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2011/02/28 22:42:38 UTC

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

Author: boisvert
Date: Mon Feb 28 21:42:37 2011
New Revision: 1075550

URL: http://svn.apache.org/viewvc?rev=1075550&view=rev
Log:
Set version to 1.4.5

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=1075550&r1=1075549&r2=1075550&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/version.rb (original)
+++ buildr/trunk/lib/buildr/version.rb Mon Feb 28 21:42:37 2011
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr
-  VERSION = '1.4.4'.freeze
+  VERSION = '1.4.5'.freeze
 end
\ No newline at end of file