- Embed version info in binaries via ldflags - Create multi-platform builds, archives, and checksums - Add Gitea release creation and asset upload in CI - Introduce GoReleaser config for standardized builds - Add version command and install script for easy deployment - Update README with pre-built installation instructions
8 lines
76 B
Go
8 lines
76 B
Go
package version
|
|
|
|
var (
|
|
Version = "dev"
|
|
Commit = ""
|
|
BuildDate = ""
|
|
)
|