From 4926dccf8d3e04c86f78f7d1a66e230aa96b5891 Mon Sep 17 00:00:00 2001 From: Modmuss50 Date: Thu, 26 May 2016 19:50:38 +0100 Subject: [PATCH] set the latest version of TechReborn to be the current one on mods.io --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 938eb3894..341012318 100644 --- a/build.gradle +++ b/build.gradle @@ -163,7 +163,7 @@ uploadToModsIO { tag = "alpha" apiKey = project.getProperty('modsioTRKey') artifact = jar.archivePath - current = false; + current = true; } uploadArchives {