Mizu Image variable (#52)

This commit is contained in:
gadotroee
2021-05-23 11:51:16 +03:00
committed by GitHub
parent da24608bec
commit 8774639cbe
3 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ package mizu
var (
Version = "v0.0.1"
Branch = "develop"
GitCommitHash = "" // this var is overridden using ldflags in makefile when building
)