Bump version to prepare for 1.9-beta01

This ensures that further commits to the main branch deploy snapshots under the 1.9 version
This commit is contained in:
Carter Jernigan 2022-07-29 10:19:11 -04:00 committed by Carter Jernigan
parent 421f932bd5
commit 9e3a1af23c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RELEASE_SIGNING_ENABLED=false
# Required by the maven publishing plugin
SONATYPE_HOST=DEFAULT
LIBRARY_VERSION=1.8.0-beta01
LIBRARY_VERSION=1.9.0-beta01
# Kotlin compiler warnings can be considered errors, failing the build.
# Currently set to false, because this project has a lot of warnings to fix first.