Files
gosentry/src/core/version.go
T
2026-06-18 00:13:12 +03:00

7 lines
246 B
Go

package core
// 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.3.2"