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>
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Clinch
|
|
VERSION = "0.10.1"
|
|
end
|