Files
clinch/config/initializers/version.rb
T
Dan MilneandClaude Opus 4.8 808fb06500 Bump version to 0.17.0
Minor release for the OAuth device flow (RFC 8628), token introspection
(RFC 7662), dynamic client registration (RFC 7591), and resource indicators
(RFC 8707), plus the security hardening from the branch review.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DUaWqESTbUEdSi9erQ3jgt
2026-07-19 15:55:17 +10:00

6 lines
70 B
Ruby

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