mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-08 09:13:13 +03: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"
|