Skip to content

Commit

Permalink
Add missing Flowable Version 7.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Oct 24, 2024
1 parent 90f0e28 commit de2d535
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public class FlowableVersions {
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.0"));
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.1"));
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.1"));
FLOWABLE_VERSIONS.add(new FlowableVersion("7.1.0.2"));

/* Current */
FLOWABLE_VERSIONS.add(new FlowableVersion(CURRENT_VERSION));
Expand Down

0 comments on commit de2d535

Please sign in to comment.