Skip to content

Commit

Permalink
Update gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirby committed Feb 13, 2024
1 parent 6406e86 commit 7aaf2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
ruby-version: 3.2
- run: bundle install
- name: publish gem
run: |
Expand Down
2 changes: 1 addition & 1 deletion lib/slayer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slayer
VERSION = '0.5.3'
VERSION = '0.5.4'
end

0 comments on commit 7aaf2c0

Please sign in to comment.