Skip to content

Commit

Permalink
1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Nov 2, 2020
1 parent 3dd6d1e commit 4a3e89d
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.7.1</version>
<version>1.7.2</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 @@ -58,7 +58,7 @@ public final class PacketEvents implements Listener {
private static final PacketEvents instance = new PacketEvents();
private static final ArrayList<Plugin> plugins = new ArrayList<>(1);
private static boolean loaded, initialized;
private static final PEVersion version = new PEVersion(1, 7, 1);
private static final PEVersion version = new PEVersion(1, 7, 2);

private static PacketEventsSettings settings = new PacketEventsSettings();

Expand Down

0 comments on commit 4a3e89d

Please sign in to comment.