v1.10.0-beta.5 doesn't exist. We go straight to v1.10.0

This commit is contained in:
raoulvdberge
2022-01-25 18:21:07 +01:00
parent ed8a8d33a6
commit ff4b8c3308

View File

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