From 59e38a2a1da5cd95c9bfbaefad581d8bb1965386 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Thu, 25 Jun 2020 21:51:24 -0400 Subject: [PATCH] Actually build Velocity 1.0.8 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7289c5303..e6135ef04 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { allprojects { group 'com.velocitypowered' - version '1.0.9-SNAPSHOT' + version '1.0.8' sourceCompatibility = 1.8 targetCompatibility = 1.8