Skip to content

Commit

Permalink
Bump to next development version 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed May 31, 2022
1 parent 2205125 commit e16919c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
group = 'io.github.joeljeremy7.externalizedproperties'

def snapshotSuffix = rootProject.hasProperty('release') ? '' : '-SNAPSHOT'
version = '1.0.0-alpha.1' + snapshotSuffix
version = '1.0.0-alpha.2' + snapshotSuffix

repositories {
mavenLocal()
Expand Down

0 comments on commit e16919c

Please sign in to comment.