From ab8864f95cd9cefa93c4db186d72afd39010dded Mon Sep 17 00:00:00 2001 From: McHorse Date: Mon, 28 Jun 2021 19:16:54 +0100 Subject: [PATCH] Bump version (3.6.1) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5096188..53d7468 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ plugins { apply plugin: 'net.minecraftforge.gradle.forge' //Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. -version = "3.6" +version = "3.6.1" if (project.hasProperty("dev")) { version += "-dev" + dev