Skip to content

Commit

Permalink
chore: bump to 1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Nov 12, 2023
1 parent 9f5ee17 commit 4238983
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.11.7'
version: '1.11.8'
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.11.7'
version = '1.11.8'

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

0 comments on commit 4238983

Please sign in to comment.