Skip to content

Commit

Permalink
[ANY] 5.1.12 lts
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Jan 12, 2022
1 parent 853595e commit 5e3bde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LauncherCore/src/main/java/pro/gravit/utils/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public final class Version {
public static final int MINOR = 1;
public static final int PATCH = 12;
public static final int BUILD = 1;
public static final Version.Type RELEASE = Type.UNKNOWN;
public static final Version.Type RELEASE = Type.LTS;
public final int major;
public final int minor;
public final int patch;
Expand Down

0 comments on commit 5e3bde9

Please sign in to comment.