From a8684ddec55e6fd72f2745d884bcff2a5b19aa8d Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Mon, 24 Jun 2019 21:38:06 -0400 Subject: [PATCH] Bump to 1.0.2-SNAPSHOT for continued development --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30c1e5687..5b96ec9d3 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { allprojects { group 'com.velocitypowered' - version '1.0.1' + version '1.0.2-SNAPSHOT' sourceCompatibility = 1.8 targetCompatibility = 1.8