From 6265150e8f642c5a34e8bc9bcc1f08c8e7c714d5 Mon Sep 17 00:00:00 2001 From: Cadiboo <37298044+Cadiboo@users.noreply.github.com> Date: Fri, 28 Dec 2018 21:14:28 +1100 Subject: [PATCH] prep for pre-release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c70be1a..3577a1b7 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'net.minecraftforge.gradle.forge' // PATCH version when you make backwards-compatible bug fixes. // Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format. // We use the format MCVERSION-MAJOR.MINOR.PATCH -version = "1.12.2-0.1.5" +version = "1.12.2-0.1.6-pre1" group = "io.github.cadiboo.nocubes" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "NoCubes"