misc(build.gradle): Bump version to 2.0.0-unstable

woo gc 2.0!
This commit is contained in:
KingRainbow44 2024-11-29 19:48:31 -05:00
parent d11e13a005
commit 1894305b94
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -57,7 +57,7 @@ sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
group = 'io.grasscutter'
version = '1.7.5-dev'
version = '2.0.0-unstable'
java {
withJavadocJar()