1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 22:04:45 +00:00
Files
pocket-id/backend/internal/common/version.go
2025-05-05 15:59:44 +02:00

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"