diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dde23c5..83af72c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/lib/rucaptcha/version.rb b/lib/rucaptcha/version.rb index ebb5f03..ce624e1 100644 --- a/lib/rucaptcha/version.rb +++ b/lib/rucaptcha/version.rb @@ -1,3 +1,3 @@ module RuCaptcha - VERSION = "3.1.2" + VERSION = "3.1.3" end