1.10.0-beta.1

This commit is contained in:
raoulvdberge
2021-12-15 18:32:25 +01:00
parent d28d593a15
commit d1b2286928

View File

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