Provide cli version as git hash from makefile

This commit is contained in:
RamiBerm
2021-05-11 09:33:11 +03:00
parent ff937e8160
commit cc60ad064c
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
package mizu
var Version = "development" // this var is overridden using ldflags in makefile when building
const (
Version = "0.1.0"
MizuResourcesNamespace = "default"
)