mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-16 06:46:12 +00:00
Update Makefile, version.go, and 3 more files...
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user