diff --git a/pom.xml b/pom.xml
index ab548990..fd48de14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.steveice10
mcprotocollib
- 1.12.2-3-SNAPSHOT
+ 1.13-1-SNAPSHOT
jar
MCProtocolLib
diff --git a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java
index ea7db1a6..4118f9ef 100644
--- a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java
+++ b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java
@@ -2,8 +2,8 @@ package com.github.steveice10.mc.protocol;
public class MinecraftConstants {
// General Constants
- public static final String GAME_VERSION = "1.12.2";
- public static final int PROTOCOL_VERSION = 340;
+ public static final String GAME_VERSION = "1.13";
+ public static final int PROTOCOL_VERSION = 393;
// General Key Constants
public static final String PROFILE_KEY = "profile";