From c203fda3910c6bef1524b270806976d4f29bb9f4 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sat, 6 Jun 2020 13:38:11 -0400 Subject: [PATCH] Update version to 4.6.0-SNAPSHOT for development --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9c2ea4f2..39313315 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.comphenix.protocol ProtocolLib ProtocolLib - 4.5.1 + 4.6.0-SNAPSHOT Provides read/write access to the Minecraft protocol. https://github.com/dmulloy2/ProtocolLib @@ -145,8 +145,8 @@ -b${env.BUILD_NUMBER} - - ${project.version} + ${project.version}${project.build.number} +