Skip to content

Commit 1d381ab

Browse files
committed
bump version
1 parent ea021c9 commit 1d381ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/bghddevelopment/punishmentgui/PunishGUI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class PunishGUI extends JavaPlugin {
3838
private List<Listener> listeners = new ArrayList<>();
3939
private BannedManager bannedPlayersManager = BannedManager.getManager();
4040
private PlaceholderAPI placeholderAPI;
41-
private String Version = "1.1.7";
41+
private String Version = "1.1.8";
4242

4343
public static PunishGUI getInstance() {
4444
return PunishGUI.instance;

0 commit comments

Comments
 (0)