Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
BGHDDevelopment committed Dec 10, 2021
1 parent b7a4565 commit c080d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/AsVaidas/LuckPemsGUI/util/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class Settings {
public static String SUPPORT_DISCORD_URL = "https://bghddevelopment.com/discord";
public static String FEEDBACK = "https://feedback.bghddevelopment.com";
public static String WIKI = "https://wiki.bghddevelopment.com";
public static String VERSION = "4.1";
public static String VERSION = "4.2";
public static String NAME = "LuckPermsGUI";
}

0 comments on commit c080d52

Please sign in to comment.