We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f0e28 commit de2d535Copy full SHA for de2d535
modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/FlowableVersions.java
@@ -146,6 +146,7 @@ public class FlowableVersions {
146
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.0"));
147
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.1"));
148
149
+ FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.2"));
150
151
/* Current */
152
FLOWABLE_VERSIONS.add(new FlowableVersion(CURRENT_VERSION));
0 commit comments