2025-05-05 15:59:44 +02:00
|
|
|
package common
|
|
|
|
|
|
2025-07-27 03:03:52 +02:00
|
|
|
// Name is the name of the application
|
|
|
|
|
const Name = "pocket-id"
|
|
|
|
|
|
2025-05-05 15:59:44 +02:00
|
|
|
// Version contains the Pocket ID version.
|
|
|
|
|
//
|
|
|
|
|
// It can be set at build time using -ldflags.
|
|
|
|
|
var Version = "unknown"
|