Bump to v1.11.6

This commit is contained in:
raoulvdberge
2023-02-12 10:25:16 +01:00
parent 036e680795
commit 373a130f6f
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.5] - 2023-02-12
### Fixed
- Fixed some craftable items not showing as craftable in JEI

View File

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