Skip to content

Commit

Permalink
Bump version to 1.3.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa-platforms-robot committed May 13, 2024
1 parent 201b8e7 commit 0dd1dca
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 = "1.3.3-SNAPSHOT"
version = "1.3.4-SNAPSHOT"
ext.admin = System.getenv("SONATYPE_USERNAME")
def localEnv = new Properties()
if (file(".env").isFile()) {
Expand Down

0 comments on commit 0dd1dca

Please sign in to comment.