Skip to content

Commit 89aa732

Browse files
committed
Generate release candidate.
1 parent fcabec6 commit 89aa732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
val baseVersion = "4.2.1"
24-
val isSnapshot = true
24+
val isSnapshot = false
2525

2626
val isCIServer = System.getenv("CTHING_CI") != null
2727
val buildNumber = if (isCIServer) System.currentTimeMillis().toString() else "0"

0 commit comments

Comments
 (0)