Files
pocket-id-pocket-id-1/backend/internal/common/version.go
Alessandro (Ale) Segala 78266e3e4c feat: Support OTel and JSON for logs (via log/slog) (#760)
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
2025-07-27 01:03:52 +00:00

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"