mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-07 02:25:22 -05:00
![Malte Poll](/assets/img/avatar_default.png)
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.