Files
libredesk/internal/version/version.go

6 lines
182 B
Go

package version
// Version holds the current version of the application.
// This value is intended to be set at build time using the -X linker flag.
var Version = "unknown-version"