Skip to content

Commit

Permalink
Final 1.6.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Sep 20, 2020
1 parent 9bfb696 commit ba72ec3
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.6.8.5</version>
<version>1.6.9</version>

<!-- You can build the project with this: "mvn clean compile assembly:single" -->
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class PacketEvents implements Listener {
private static final PacketEvents instance = new PacketEvents();
private static final ArrayList<Plugin> plugins = new ArrayList<Plugin>(1);
private static boolean loaded, initialized, isBungee;
private static final PEVersion version = new PEVersion(1, 6, 8, 5);
private static final PEVersion version = new PEVersion(1, 6, 9);

/**
* This loads the PacketEvents API.
Expand Down

0 comments on commit ba72ec3

Please sign in to comment.