From 3a190b395a8ae73a0e412a45b84ee47baa6db59c Mon Sep 17 00:00:00 2001 From: Ashish Kurmi Date: Thu, 21 May 2026 11:13:46 -0700 Subject: [PATCH] chore(release): bump version constant to 1.11.3 PR #94 updated the changelog and sample output for v1.11.3 but missed the Version constant in internal/buildinfo/version.go, leaving the binary still reporting 1.11.2. Co-Authored-By: Claude Opus 4.7 (1M context) --- internal/buildinfo/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/buildinfo/version.go b/internal/buildinfo/version.go index fdb7416..90ce992 100644 --- a/internal/buildinfo/version.go +++ b/internal/buildinfo/version.go @@ -3,7 +3,7 @@ package buildinfo import "fmt" const ( - Version = "1.11.2" + Version = "1.11.3" AgentURL = "https://github.com/step-security/dev-machine-guard" )