mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-08 14:23:00 +03:00
10 lines
198 B
Go
10 lines
198 B
Go
package common
|
|
|
|
// Name is the name of the application
|
|
const Name = "pocket-id"
|
|
|
|
// Version contains the Pocket ID version.
|
|
//
|
|
// It can be set at build time using -ldflags.
|
|
var Version = "unknown"
|