From 1b0d323572158d3ec83d038fc1bb43a08b005b83 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Sun, 21 Jun 2026 18:29:39 +1000 Subject: [PATCH] Bump version to 0.16.3 Ships the access-check GET-form fix (782e197) as a published image. v0.16.2 was bumped before the version-bump build workflow existed, so it never built; this bump triggers the build via the registered push trigger. Co-Authored-By: Claude Opus 4.8 (1M context) --- config/initializers/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/version.rb b/config/initializers/version.rb index 12978eb..7bb3692 100644 --- a/config/initializers/version.rb +++ b/config/initializers/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Clinch - VERSION = "0.16.2" + VERSION = "0.16.3" end