Bump to 1.10.0-beta.2

This commit is contained in:
raoulvdberge
2021-12-15 18:43:50 +01:00
parent d1b2286928
commit cc4fcd2ee2

View File

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