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"