Bump to v1.11.4.

This commit is contained in:
raoulvdberge
2022-12-20 14:44:42 +01:00
parent 0f9d6e8c84
commit 603c6af645
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.11.3] - 2022-12-20
### Fixed
- Fixed external storage cache being de-synced from the network cache.

View File

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