Files
clinch/config/initializers/version.rb
Dan Milne 65c19fa732
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / scan_container (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
Upgrade to Ruby 4.0.1, bump version to 0.9.0
Replace CGI.parse (removed in Ruby 4.0) with Rack::Utils.parse_query
in application controller, sessions controller, and OIDC tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 21:52:11 +11:00

6 lines
69 B
Ruby

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