Skip to content

Commit

Permalink
Bump version to 1.3.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa-platforms-robot committed May 9, 2024
1 parent 0d4b4ac commit c08a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -20,7 +20,7 @@ targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17

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

0 comments on commit c08a58a

Please sign in to comment.