Bump to v1.10.0-beta.4

This commit is contained in:
raoulvdberge
2021-12-17 12:10:28 +01:00
parent a522edea08
commit 1866ed4f10
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v1.10.0-beta.3] - 2021-12-17
### Fixed
- Fixed networks and network devices being removed when a chunk unloads.

View File

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