build: start new dev cycle (2.10.0-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2024-01-05 07:21:23 -05:00
parent 6ab728d3eb
commit e08ba75776
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.2"
val suffix = ""
val version = "2.10.0"
val suffix = "SNAPSHOT"
// Strings embedded into the build.
var gitRevision by extra("")