From dea325af2fb20cac232b1b99a7476b828b676172 Mon Sep 17 00:00:00 2001 From: Ruslan Strazhnyk Date: Tue, 30 Jun 2026 11:35:26 +0200 Subject: [PATCH] chore: release 1.20.4 --- CHANGELOG.md | 2 ++ main.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69b293..3d98910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to qmax-code. Versions follow [Semantic Versioning](https:// ## [Unreleased] +## [1.20.4] - 2026-06-30 + ### Fixed - Updated the installer flow to remove stale qmax CLI guidance, show the installed qmax-code version, and point users at standalone setup commands. diff --git a/main.go b/main.go index 434b115..27e6c7a 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( ) // Version is set at build time via -ldflags "-X main.Version=x.y.z" -var Version = "1.20.3" +var Version = "1.20.4" const Name = "qmax-code"