diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-06 02:46:10 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-06 02:46:10 +1000 |
commit | 680262936c89769d1e6253d71d4ca728ca293731 (patch) | |
tree | 50d3bff2d14ac18013d61beb6c9af07b72118e5d /build.gradle | |
parent | f7ab3d5b3265ba700c01db8d5f61773fea0aa55a (diff) | |
download | GT5-Unofficial-680262936c89769d1e6253d71d4ca728ca293731.tar.gz GT5-Unofficial-680262936c89769d1e6253d71d4ca728ca293731.tar.bz2 GT5-Unofficial-680262936c89769d1e6253d71d4ca728ca293731.zip |
% Hopefully greatly improved the structure check for the Industrial sifter.
% Tweaked logging on the ASM transformer.
^ Version bump.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index fc733dfad8..e83a3c5fd2 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 archivesBaseName = "GT-PlusPlus" -version = "1.6.09-release" +version = "1.6.52-release" minecraft.version = "1.7.10-10.13.4.1448-1.7.10" |