Skip to content

Commit

Permalink
Set release 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugmatt committed Aug 16, 2023
1 parent 25f4b0d commit 0561195
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions serverlist-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove</artifactId>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -133,9 +133,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove</artifactId>
<version>3.1.0-SNAPSHOT</version>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.84.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class BedrockConnect {
public static boolean storeDisplayNames = true;
public static File whitelistfile;

public static String release = "1.36";
public static String release = "1.37";

public static HashMap<String, String> featuredServerIps;

Expand Down

0 comments on commit 0561195

Please sign in to comment.