Skip to content

Commit

Permalink
Merge pull request #26 from JuliGames/fix-1-4
Browse files Browse the repository at this point in the history
Fixed 1.4 Version Label in Core.java
  • Loading branch information
TureBentzin authored Feb 28, 2023
2 parents dec9378 + 9731b4a commit 3a6bf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/src/main/java/net/juligames/core/Core.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public final class Core implements API {
* This can be set depending on the build of the Core
*/
public static final String CORE_BRAND = "Core";
public static final String CORE_VERSION_NUMBER = "1.4-SNAPSHOT";
public static final String CORE_VERSION_NUMBER = "1.4";
public static final String CORE_SPECIFICATION = "Gustav";
private static final String BUILD_VERSION = "1.4-SNAPSHOT"; //POM VERSION
private static final String BUILD_VERSION = "1.4"; //POM VERSION

private static Core core;
private final Registerator<Consumer<HazelcastInstance>> hazelcastPostPreparationWorkers = new Registerator<>("hazelcastPostPreparationWorkers");
Expand Down

0 comments on commit 3a6bf84

Please sign in to comment.