Skip to content

Commit

Permalink
Bump version number to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testinfected committed Nov 17, 2016
1 parent 3426c97 commit 6982a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'buildr/gpg'
require 'buildr/custom_pom'
require 'buildr/jacoco'

VERSION_NUMBER = '0.11.0-SNAPSHOT'
VERSION_NUMBER = "0.11.0"

Release.commit_message = lambda { |version| "Bump version number to #{version}" }
Release.tag_name = lambda { |version| "v#{version}" }
Expand Down

0 comments on commit 6982a80

Please sign in to comment.