build: start new dev cycle (2.9.1-SNAPSHOT)

This commit is contained in:
Connor Tumbleson 2023-10-08 14:10:20 -04:00
parent b64e257c9b
commit d2599874d8
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.0"
val suffix = ""
val version = "2.9.1"
val suffix = "SNAPSHOT"
// Strings embedded into the build.
var gitRevision by extra("")