Skip to content

Commit

Permalink
2.8.11-pre8
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Mar 24, 2021
1 parent aee7de2 commit f5dce3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.neznamy</groupId>
<artifactId>TAB</artifactId>
<version>2.8.11-pre7</version>
<version>2.8.11-pre8</version>
<name>TAB</name>
<description>An all-in-one solution that works</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/neznamy/tab/shared/TAB.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class TAB {
private static TAB instance;

//version of plugin
public static final String pluginVersion = "2.8.11-pre7";
public static final String pluginVersion = "2.8.11-pre8";

//player data
public final Map<UUID, TabPlayer> data = new ConcurrentHashMap<UUID, TabPlayer>();
Expand Down

0 comments on commit f5dce3d

Please sign in to comment.