Update Makefile, version.go, and 3 more files...

This commit is contained in:
RamiBerm
2021-05-11 10:26:24 +03:00
parent cc60ad064c
commit bc165dbbaf
5 changed files with 21 additions and 16 deletions

View File

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