Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Flag version as 0.12.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sanj0 committed Nov 7, 2018
1 parent 1193228 commit 6947d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -32,7 +32,7 @@

<groupId>de.edgelord.salty-engine</groupId>
<artifactId>salty-engine</artifactId>
<version>0.12.4-SNAPSHOT</version>
<version>0.12.5-SNAPSHOT</version>

<name>Salty Engine</name>
<url>https://github.com/edgelord314/salty-engine/</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/edgelord/saltyengine/utils/StaticSystem.java
Expand Up @@ -37,8 +37,8 @@

public class StaticSystem {

public static String versionTag = "0.12.4-SNAPSHOT";
public static String version = "0.12.4";
public static String versionTag = "0.12.5-SNAPSHOT";
public static String version = "0.12.5";
public static VersionMode versionMode = VersionMode.SNAPSHOT;

public static long fixedTickMillis = 1;
Expand Down

0 comments on commit 6947d17

Please sign in to comment.