Skip to content

Commit f4d2da8

Browse files
Bump version to 1.6.7-SNAPSHOT
1 parent 2431078 commit f4d2da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.6-SNAPSHOT"
23+
version = "1.6.7-SNAPSHOT"
2424
ext.admin = System.getenv("SONATYPE_USERNAME")
2525
def localEnv = new Properties()
2626
if (file(".env").isFile()) {

0 commit comments

Comments
 (0)