Files
clinch/config/initializers/version.rb
Dan Milne 9648b64043 Bump version to 0.10.1
Patch release covering the Ruby 4.0.3, Rails 8.1.3, and transitive
gem updates landed since 0.10.0.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 00:09:27 +10:00

6 lines
70 B
Ruby

# frozen_string_literal: true
module Clinch
VERSION = "0.10.1"
end