mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 22:04:45 +00:00
7 lines
133 B
Go
7 lines
133 B
Go
package common
|
|
|
|
// Version contains the Pocket ID version.
|
|
//
|
|
// It can be set at build time using -ldflags.
|
|
var Version = "unknown"
|