94033e794f
Rename the application, Go module path, command package, build artifacts, resource script, and embedded icon assets from PySentry/pysentry to GoSentry/gosentry. Move portable settings to gosentry.yaml while reading legacy pysentry.yaml during the transition, then rewrite settings under the new name. Update Windows and Linux autostart integration to use GoSentry names while cleaning up legacy PySentry registry, desktop-entry, and systemd artifacts. Refresh README, architecture notes, roadmap, changelog, and release examples for version 0.3.0.
7 lines
246 B
Go
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.0"
|