From 57c8c07c9ddcb033c70c6a453c0979e6caf8e6ba Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Wed, 12 Jun 2019 18:14:44 -0400 Subject: [PATCH] Bump to 1.0.1-SNAPSHOT for continued development --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4125ee2b0..e6e3ed09a 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { allprojects { group 'com.velocitypowered' - version '1.0.0' + version '1.0.1-SNAPSHOT' sourceCompatibility = 1.8 targetCompatibility = 1.8