Skip to content

Commit

Permalink
2.7.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Dec 29, 2020
1 parent 2213ab8 commit 442a6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public enum MinecraftVersion {
private static Logger logger = Logger.getLogger("NBTAPI");

// NBT-API Version
protected static final String VERSION = "2.7.0-SNAPSHOT";
protected static final String VERSION = "2.7.0";

private final int versionId;

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nbt.version>2.7.0-SNAPSHOT</nbt.version>
<nbt.version>2.7.0</nbt.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 442a6e9

Please sign in to comment.