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 816243c commit c0b17f4Copy full SHA for c0b17f4
src/main/java/org/teasoft/beex/util/BeeExtVersion.java
@@ -31,7 +31,7 @@ public final class BeeExtVersion {
31
private BeeExtVersion() {}
32
33
public static final String version = "2.4.0";
34
- public static final String buildId = version + ".7";
+ public static final String buildId = version + ".8";
35
36
static {
37
printVersion();
0 commit comments