summaryrefslogtreecommitdiff
path: root/version.go
AgeCommit message (Collapse)Author
2024-05-01Make build-time version information mandatoryxengineering
This ensures that Ceres is never executed without Git version information. This removes the requirement to check for this on every use. To ensure the server does not work with an incompatible storage directory it is in every case needed to know the exact version of the running executable.
2024-04-30Add source version to executablexengineering
The output of `git describe --dirty --always` is passed as a string via Go build flags.