diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af96482..a821cf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,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 diff --git a/lib/exiftool_vendored/version.rb b/lib/exiftool_vendored/version.rb index 9fe60a9..fe410fb 100644 --- a/lib/exiftool_vendored/version.rb +++ b/lib/exiftool_vendored/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ExiftoolVendored - VERSION = Gem::Version.new('12.76.0') + VERSION = Gem::Version.new('12.76.1') end