Skip to content

Commit

Permalink
Bump to v1.10.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Feb 12, 2023
1 parent 7577400 commit 60474b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.10.5] - 2023-02-12

### Fixed

- Fixed rare multithreading crash
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ apply plugin: 'maven-publish'

group = 'com.refinedmods'
archivesBaseName = 'refinedstorage'
version = '1.10.5'
version = '1.10.6'

if (System.getenv('GITHUB_SHA') != null) {
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)
Expand Down

0 comments on commit 60474b9

Please sign in to comment.