Skip to content

Commit 80b2139

Browse files
Bump version to 1.6.8-SNAPSHOT
1 parent 62b1e33 commit 80b2139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ targetCompatibility = JavaVersion.VERSION_21
2020
sourceCompatibility = JavaVersion.VERSION_21
2121

2222
group = "org.codeforamerica.platform"
23-
version = "1.6.7-SNAPSHOT"
23+
version = "1.6.8-SNAPSHOT"
2424
ext.admin = System.getenv("SONATYPE_USERNAME")
2525
def localEnv = new Properties()
2626
if (file(".env").isFile()) {

0 commit comments

Comments
 (0)