Files
clinch/config/initializers/version.rb
T
Dan MilneandClaude Opus 4.8 126e26685d
Build and publish image / prepare (push) Has been cancelled
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
Build and publish image / build (amd64, linux/amd64, ubuntu-latest) (push) Has been cancelled
Build and publish image / build (arm64, linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Build and publish image / merge (push) Has been cancelled
Bump version to 0.17.1
Patch release: fix 500 when deleting an application with device codes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LARKs4cVsGrvKCkKZhPcy6
2026-07-19 20:39:59 +10:00

6 lines
70 B
Ruby

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