Skip to content

Commit c867329

Browse files
committed
发布 1.1.8 版本
1 parent ca0a56d commit c867329

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flowlong-core/src/main/java/com/aizuda/bpm/engine/core/FlowLongContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public FlowLongContext build(FlowLongEngine configEngine, boolean banner) {
193193
if (banner) {
194194
System.out.println("┌─┐┬ ┌─┐┬ ┬┬ ┌─┐┌┐┌┌─┐");
195195
System.out.println("├┤ │ │ │││││ │ │││││ ┬");
196-
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.7");
196+
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.8");
197197
}
198198

199199
return this;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_GROUP=com.aizuda
2-
APP_VERSION=1.1.7
2+
APP_VERSION=1.1.8
33

44
SONATYPE_HOST=CENTRAL_PORTAL
55
RELEASE_SIGNING_ENABLED=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</modules>
1818

1919
<properties>
20-
<revision>1.1.7</revision>
20+
<revision>1.1.8</revision>
2121
<maven.compiler.source>8</maven.compiler.source>
2222
<maven.compiler.target>8</maven.compiler.target>
2323
<spring-boot.version>2.7.0</spring-boot.version>

0 commit comments

Comments
 (0)