Bump version to 1.8.0-beta01

This prepares for the upcoming development and deployment of snapshots for the 1.8 SDK.
This commit is contained in:
Carter Jernigan 2022-07-08 08:20:16 -04:00 committed by Carter Jernigan
parent a6c223aaa5
commit 3fda6da1ca
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ RELEASE_SIGNING_ENABLED=false
# Required by the maven publishing plugin
SONATYPE_HOST=DEFAULT
LIBRARY_VERSION=1.7.0-beta01
LIBRARY_VERSION=1.8.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.