Bump version to 0.17.1
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

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
This commit is contained in:
Dan Milne
2026-07-19 20:39:59 +10:00
co-authored by Claude Opus 4.8
parent 45a1203647
commit 126e26685d
+1 -1
View File
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Clinch
VERSION = "0.17.0"
VERSION = "0.17.1"
end