Skip to content

Commit

Permalink
1.8-pre-6
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Feb 27, 2021
1 parent 0252dbf commit 81f90a9
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 @@ -6,7 +6,7 @@

<groupId>io.github.retrooper</groupId>
<artifactId>packetevents</artifactId>
<version>1.8-pre-5</version>
<version>1.8-pre-6</version>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class PacketEvents implements Listener, EventManager {
//TODO finish unfinished wrappers
private static PacketEvents instance;
private static Plugin plugin;
private final PEVersion version = new PEVersion(1, 7, 9, 5);
private final PEVersion version = new PEVersion(1, 7, 9, 6);
private final EventManager eventManager = new PEEventManager();
private final PlayerUtils playerUtils = new PlayerUtils();
private final ServerUtils serverUtils = new ServerUtils();
Expand Down

0 comments on commit 81f90a9

Please sign in to comment.