发布 1.1.3 版本

This commit is contained in:
hubin 2025-03-03 21:22:59 +08:00
parent 8d492a28cc
commit 4b4188abe0
3 changed files with 3 additions and 3 deletions

View File

@ -193,7 +193,7 @@ public class FlowLongContext {
if (banner) {
System.out.println("┌─┐┬ ┌─┐┬ ┬┬ ┌─┐┌┐┌┌─┐");
System.out.println("├┤ │ │ │││││ │ │││││ ┬");
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.2");
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.3");
}
return this;

View File

@ -1,5 +1,5 @@
APP_GROUP=com.aizuda
APP_VERSION=1.1.2
APP_VERSION=1.1.3
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true

View File

@ -17,7 +17,7 @@
</modules>
<properties>
<revision>1.1.2</revision>
<revision>1.1.3</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>