Repository: buildr Updated Branches: refs/heads/master d7af60508 -> 98505ee05
Bump the 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/f3302a7f Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/f3302a7f Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/f3302a7f Branch: refs/heads/master Commit: f3302a7f2c2d2fe2b16d447ba27a20f8df1787f9 Parents: d7af605 Author: Peter Donald <[email protected]> Authored: Sun Jul 6 10:54:45 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Sun Jul 6 10:54:45 2014 +1000 ---------------------------------------------------------------------- lib/buildr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/f3302a7f/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 817e09b..96e4c7c 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.19.dev'.freeze + VERSION = '1.4.19'.freeze end
