mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-21 10:03:23 +00:00
6 lines
182 B
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"
|