Skip to content

Commit

Permalink
Added Ruby 3.3.0 to be tested against (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
morozgrafix authored Feb 7, 2024
1 parent 011d12b commit faf3582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2']
ruby-version: ['3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion lib/exiftool/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Exiftool
VERSION = Gem::Version.new('1.2.4')
VERSION = Gem::Version.new('1.2.5')
end

0 comments on commit faf3582

Please sign in to comment.