Files

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"