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

Commit

Permalink
Flagged version as 0.14.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sanj0 committed Mar 29, 2019
1 parent 1d98373 commit 1b55425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>de.edgelord.salty-engine</groupId>
<artifactId>salty-engine</artifactId>
<version>0.14.15_local-testing</version>
<version>0.14.15-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/SaltySystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

public class SaltySystem {

public static String versionTag = "0.14.14-SNAPSHOT";
public static String version = "0.14.14";
public static String versionTag = "0.14.15-SNAPSHOT";
public static String version = "0.14.15";
public static VersionMode versionMode = VersionMode.SNAPSHOT;

public static long fixedTickMillis = 1;
Expand Down

0 comments on commit 1b55425

Please sign in to comment.