Skip to content

Commit de2d535

Browse files
committed
Add missing Flowable Version 7.1.0.2
1 parent 90f0e28 commit de2d535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/FlowableVersions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public class FlowableVersions {
146146
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.0"));
147147
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.1"));
148148
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.1"));
149+
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.2"));
149150

150151
/* Current */
151152
FLOWABLE_VERSIONS.add(new FlowableVersion(CURRENT_VERSION));

0 commit comments

Comments
 (0)