Skip to content

Commit

Permalink
Fix gem release binary for Ruby 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jan 10, 2023
1 parent 7eda1d4 commit ee167b5
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 @@ -30,7 +30,7 @@ jobs:
with:
platform: ${{ matrix.ruby-platform }}
setup: bundle install
ruby-versions: "3.2,3.1,3.0,2.7"
ruby-versions: "3.2,3.1"

release_source:
name: Release source gem
Expand Down
2 changes: 1 addition & 1 deletion lib/rucaptcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RuCaptcha
VERSION = "3.1.2"
VERSION = "3.1.3"
end

0 comments on commit ee167b5

Please sign in to comment.