This is an automated email from the ASF dual-hosted git repository. donaldp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildr.git
commit b0db8bb8c8cf5a729a7431ae98a08ca971d6ac6c Author: Peter Donald <pe...@realityforge.org> AuthorDate: Sat Feb 16 13:45:33 2019 +1100 Bump version in preparation for release --- lib/buildr/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index 2dbe42c..9147037 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.5.7.dev'.freeze + VERSION = '1.5.7'.freeze end