Skip to content

Commit

Permalink
Bump gem version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfreese authored Jul 26, 2023
1 parent d9da46a commit 40dc731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish gem
uses: jstastny/publish-gem-to-github@v2.1
uses: jstastny/publish-gem-to-github@v2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: acima-credit
2 changes: 1 addition & 1 deletion lib/actionable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Actionable
VERSION = '0.1.5'
VERSION = '0.1.6'
end

0 comments on commit 40dc731

Please sign in to comment.