feat: 1.1.1 fix typo

This commit is contained in:
2025-03-02 22:12:47 +08:00
parent 54e4c61c3f
commit d67cf10600
5 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
ext {
jvm_version = '21'
kotlin_version = '2.0.0'
gaea_version = '1.7.1'
gaea_version = '1.7.2'
spring_version = "3.3.0"
}
@@ -26,7 +26,7 @@ subprojects {
version version
ext {
version '1.1.0'
version '1.1.1'
}
buildscript {