update version

This commit is contained in:
CaiHQ 2023-06-15 11:25:12 +08:00
parent 0e5f92e51e
commit e757264a38

View File

@ -8,7 +8,7 @@ plugins {
apply from: '../spotless.gradle'
group = "org.bdware.sc"
version = "1.9.0"
version = "1.9.1"
tasks.withType(JavaCompile) {
// options.compilerArgs << '-Xlint:none'
// options.compilerArgs << '-Xlint:deprecation' << "-Werror"