constellation/internal/constants
Malte Poll fc33a74c78
constants: make VersionInfo readonly (#1316)
The variable VersionInfo is supposed to be set by `go build -X ...` during link time but should not be modified at runtime.
This change ensures the underlying var is private and can only be accessed by a public getter.
2023-03-01 11:55:12 +01:00
..
constants.go constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00
enterprise.go cli: add name of build type to version cmd output (#1179) 2023-02-14 14:30:10 +01:00
oss.go cli: add name of build type to version cmd output (#1179) 2023-02-14 14:30:10 +01:00