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 077b2009da
commit 1c3cd41565
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

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("")