Skip to content

Commit

Permalink
Update build files to release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
testinfected committed Sep 22, 2017
1 parent 33ce3f2 commit 2a7a06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply from: 'gradle/publish.gradle'
defaultTasks 'build'

group = 'com.vtence.molecule'
version = '0.12.0-SNAPSHOT'
version = '0.12.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
1 change: 1 addition & 0 deletions buildfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require 'buildr/jacoco'

VERSION_NUMBER = '0.12.0-SNAPSHOT'

Release.next_version = '0.13.0-SNAPSHOT'
Release.commit_message = lambda { |version| "Bump version number to #{version}" }
Release.tag_name = lambda { |version| "v#{version}" }

Expand Down

0 comments on commit 2a7a06f

Please sign in to comment.