build: start new dev cycle (2.9.2-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2023-12-06 06:46:56 -05:00
parent 93e7d6bdbf
commit f56de45f38
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import java.io.ByteArrayOutputStream
val version = "2.9.1"
val suffix = ""
val version = "2.9.2"
val suffix = "SNAPSHOT"
// Strings embedded into the build.
var gitRevision by extra("")