diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-04-01 01:02:40 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-04-01 01:02:40 +1000 |
commit | e09bbe0f8a8728ee49d54e95828e1972f1d90737 (patch) | |
tree | c88520ab9e708715faec2db55fa17aabb94d514e /build.gradle | |
parent | 634ba57d8239096e36ef23d62c52763e442c2375 (diff) | |
download | GT5-Unofficial-e09bbe0f8a8728ee49d54e95828e1972f1d90737.tar.gz GT5-Unofficial-e09bbe0f8a8728ee49d54e95828e1972f1d90737.tar.bz2 GT5-Unofficial-e09bbe0f8a8728ee49d54e95828e1972f1d90737.zip |
^ Version bump to Pre-10-final.
% Fixed tooltip for Industrial Wash Plant.
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 123a4521bf..5d1c8426ae 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 archivesBaseName = "GT-PlusPlus" -version = "1.7.0-prerelease-8-final" +version = "1.7.0-prerelease-10-final" minecraft.version = "1.7.10-10.13.4.1614-1.7.10" |