From 2935e7288f0c25d3d0a759ac96f79612a1c62878 Mon Sep 17 00:00:00 2001 From: Andrew Dudney Date: Sat, 5 Jul 2014 08:58:23 -0600 Subject: [PATCH] Reverted version change --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9940678..107ff2e5 100755 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'forge' // adds the forge dependency apply plugin: 'maven' // for uploading to a maven repo apply plugin: 'checkstyle' -version = "6.0.17" +version = "6.0.16" group= "com.mod-buildcraft" archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]