Skip to content

Commit

Permalink
chore: bump to v1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Nov 26, 2023
1 parent c8fa5b5 commit 4c8eb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
with:
version: '1.10.6'
version: '1.10.7'
path: ./CHANGELOG.md
- name: Release on GitHub
uses: softprops/action-gh-release@v1
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.6'
version = '1.10.7'

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

0 comments on commit 4c8eb9b

Please sign in to comment.