release: bump version to 0.11.4

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-06-30 00:05:47 +03:00
parent 6ea6578acb
commit eba7bff17a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
All notable GoSentry changes are recorded in this file. All notable GoSentry changes are recorded in this file.
## Unreleased ## 0.11.4 - 2026-06-30
**Statistics:** **Statistics:**
- `StartOnly` jobs now record launch latency (time to spawn the process) as the - `StartOnly` jobs now record launch latency (time to spawn the process) as the
+1 -1
View File
@@ -3,4 +3,4 @@ package app
// Version is the application version shown in the GUI and used by build // 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 // 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. // can override it with Go ldflags when CI tags a build.
var Version = "0.11.3" var Version = "0.11.4"