Skip to content

Commit 268fa87

Browse files
committed
update version for 2.4.2
1 parent 3ca259b commit 268fa87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/teasoft/beex/util/BeeExtVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public final class BeeExtVersion {
3030

3131
private BeeExtVersion() {}
3232

33-
public static final String version = "2.4.0";
34-
public static final String buildId = version + ".8";
33+
public static final String version = "2.4.2";
34+
public static final String buildId = version + ".12";
3535

3636
static {
3737
printVersion();

0 commit comments

Comments
 (0)