From 5122e8cae4ef713e938c85574dd63bce4a0cb1f6 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Tue, 18 Aug 2020 02:03:57 -0400 Subject: [PATCH] Velocity 1.0.10-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c27b34d62..c22bd264f 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { allprojects { group 'com.velocitypowered' - version '1.0.9' + version '1.0.10-SNAPSHOT' sourceCompatibility = 1.8 targetCompatibility = 1.8