diff options
author | DreamMasterXXL <dream-master@gmx.net> | 2021-06-15 22:01:15 +0200 |
---|---|---|
committer | DreamMasterXXL <dream-master@gmx.net> | 2021-06-15 22:01:15 +0200 |
commit | 2a78d724ac077912e0be3755390253be883f5950 (patch) | |
tree | f3bf4af7a6072402323756b84e2afcf2da0e5188 | |
parent | 07307d6a2974962bb393066810e2e2c8e6f3f314 (diff) | |
download | GT5-Unofficial-2a78d724ac077912e0be3755390253be883f5950.tar.gz GT5-Unofficial-2a78d724ac077912e0be3755390253be883f5950.tar.bz2 GT5-Unofficial-2a78d724ac077912e0be3755390253be883f5950.zip |
bump version
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 8a280be31a..f6c34ae7ac 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'forge' sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = "0.5.5" +version = "0.5.6" group= "kekztech" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "kekztech" |