diff --git a/flowlong-core/src/main/java/com/aizuda/bpm/engine/core/FlowLongContext.java b/flowlong-core/src/main/java/com/aizuda/bpm/engine/core/FlowLongContext.java index dc3287c..6ac2514 100644 --- a/flowlong-core/src/main/java/com/aizuda/bpm/engine/core/FlowLongContext.java +++ b/flowlong-core/src/main/java/com/aizuda/bpm/engine/core/FlowLongContext.java @@ -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; diff --git a/gradle.properties b/gradle.properties index 5e31841..8eebf31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/pom.xml b/pom.xml index 16efb17..e44d525 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ - 1.1.2 + 1.1.3 8 8 2.7.0