Files
certman/common/buildinfo.go
Steven Tracey e0f68788c0
Some checks failed
Build (artifact) / build (push) Failing after 1m3s
Major Refactoring, Client can now be used as a library
2026-03-16 21:48:32 +01:00

7 lines
60 B
Go

package common
var (
Version = "dev"
Build = "local"
)