Bump to 1.10.2

This commit is contained in:
raoulvdberge
2022-03-26 08:54:18 +01:00
parent 6aa8b6fb0e
commit 7a2f3e22f9
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.10.1'
version = '1.10.2'
if (System.getenv('GITHUB_SHA') != null) {
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)