From 5d10b161453b127ca1f5af8c3826a3c8acc33e3e Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Thu, 25 Apr 2019 00:47:02 -0400 Subject: [PATCH] Velocity is 1.0.0-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7804c6878..211dcce94 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { allprojects { group 'com.velocitypowered' - version '1.0-SNAPSHOT' + version '1.0.0-SNAPSHOT' sourceCompatibility = 1.8 targetCompatibility = 1.8