Skip to content

Commit

Permalink
Bump version number to 0.11-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
testinfected committed Jun 29, 2016
1 parent dc94d72 commit 3f86685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -20,7 +20,7 @@ apply from: 'gradle/publish.gradle'
defaultTasks 'build'

group = 'com.vtence.molecule'
version = '0.10'
version = '0.11-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
4 changes: 2 additions & 2 deletions buildfile
Expand Up @@ -2,9 +2,9 @@ require 'buildr/gpg'
require 'buildr/custom_pom'
require 'buildr/jacoco'

VERSION_NUMBER = "0.10"
VERSION_NUMBER = "0.11-SNAPSHOT"

Release.next_version = '0.10'
Release.next_version = '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 3f86685

Please sign in to comment.