Bump to v1.11.1.

This commit is contained in:
raoulvdberge
2022-09-30 13:32:06 +02:00
parent 48acf6abcf
commit 96af4449cf
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.0'
version = '1.11.1'
if (System.getenv('GITHUB_SHA') != null) {
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)