From 490f9823edcf71f76f2d3a4c38096c47279e06a4 Mon Sep 17 00:00:00 2001 From: Jakob K <52456572+bluefireoly@users.noreply.github.com> Date: Wed, 12 May 2021 13:54:24 +0200 Subject: [PATCH] Increase development version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 11187e93..20286e43 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val githubRepo = "bluefireoly/KSpigot" group = "net.axay" -version = "1.16.26" +version = "1.16.27" description = "A Kotlin API for the Minecraft Server Software \"Spigot\"."