From eba7bff17a06f5969accef178a6fa92fcd379cd9 Mon Sep 17 00:00:00 2001 From: mixeme Date: Tue, 30 Jun 2026 00:05:47 +0300 Subject: [PATCH] release: bump version to 0.11.4 Co-Authored-By: Claude Opus 4.8 --- docs/CHANGELOG.md | 2 +- src/app/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 62092a4..424f0f0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,7 +2,7 @@ All notable GoSentry changes are recorded in this file. -## Unreleased +## 0.11.4 - 2026-06-30 **Statistics:** - `StartOnly` jobs now record launch latency (time to spawn the process) as the diff --git a/src/app/version.go b/src/app/version.go index f8195d4..cf496f3 100644 --- a/src/app/version.go +++ b/src/app/version.go @@ -3,4 +3,4 @@ package app // Version is the application version shown in the GUI and used by build // scripts in artifact names. It is a var rather than a const so release builds // can override it with Go ldflags when CI tags a build. -var Version = "0.11.3" +var Version = "0.11.4"