Bump to v1.11.5.

This commit is contained in:
raoulvdberge
2022-12-20 16:27:35 +01:00
parent a47dc166c1
commit b083726094
2 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ apply plugin: 'maven-publish'
group = 'com.refinedmods'
archivesBaseName = 'refinedstorage'
version = '1.11.4'
version = '1.11.5'
if (System.getenv('GITHUB_SHA') != null) {
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)