Skip to content

Commit

Permalink
Bump version to 0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa-platforms-robot committed Dec 12, 2023
1 parent 2f66fb9 commit faf4e9f
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 @@ -20,7 +20,7 @@ targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17

group = "org.codeforamerica.platform"
version = "0.0.18-SNAPSHOT"
version = "0.1.1-SNAPSHOT"
ext.admin = System.getenv("SONATYPE_USERNAME")
def localEnv = new Properties()
if (file(".env").isFile()) {
Expand Down

0 comments on commit faf4e9f

Please sign in to comment.