Skip to content

Commit

Permalink
Mark as alpha, change version
Browse files Browse the repository at this point in the history
  • Loading branch information
anon34342122 committed Dec 9, 2022
1 parent 2b6f0a5 commit 537d943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/anon/nhsm/Main.java
Expand Up @@ -11,7 +11,7 @@
import java.io.IOException;

public class Main {
public static final Semver DATA_VERSION = new Semver("1.0.0");
public static final Semver DATA_VERSION = new Semver("1.0.0-alpha");
public static final String APPLICATION_NAME = "NHSM";
public static final String APPLICATION_DISPLAY_TITLE = "NHSM v" + Main.DATA_VERSION.getVersion();
public static GsonBuilder GSON = new GsonBuilder()
Expand Down

0 comments on commit 537d943

Please sign in to comment.