Bump to v1.11.7

This commit is contained in:
raoulvdberge
2023-03-30 17:37:42 +02:00
parent 045b90a463
commit e336d5a6a3
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.6] - 2023-03-30
### Fixed
- Fixed not being able to search with JEI when the Grid is open.

View File

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