Update to 20w20b

This commit is contained in:
RednedEpic 2020-05-14 13:07:04 -05:00
parent 1dba7dc735
commit c62ed6a6d9
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>20w20a-SNAPSHOT</version>
<version>20w20b-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MCProtocolLib</name>

View file

@ -2,8 +2,8 @@ package com.github.steveice10.mc.protocol;
public class MinecraftConstants {
// General Constants
public static final String GAME_VERSION = "20w20a";
public static final int PROTOCOL_VERSION = 716;
public static final String GAME_VERSION = "20w20b";
public static final int PROTOCOL_VERSION = 717;
// General Key Constants
public static final String PROFILE_KEY = "profile";