mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-24 21:17:31 +00:00
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
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"
|