build: start new dev cycle (2.10.1-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2024-09-17 07:06:06 -04:00
parent 644f114688
commit 674bb4208a
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.10.0"
val suffix = ""
val version = "2.10.1"
val suffix = "SNAPSHOT"
// Strings embedded into the build.
var gitRevision by extra("")