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