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 2014/05/24 23:55:06 UTC

[2/4] git commit: Update version in preparation for release

Update version in preparation for release


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/db1d4b77
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/db1d4b77
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/db1d4b77

Branch: refs/heads/master
Commit: db1d4b7772aab7853118c2e7ca811e55772c7b20
Parents: f43cf74
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun May 25 07:14:31 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun May 25 07:14:31 2014 +1000

----------------------------------------------------------------------
 lib/buildr/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/db1d4b77/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index beb5c3b..f70025e 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.17.dev'.freeze
+  VERSION = '1.4.17'.freeze
 end