Update socket_server_handlers.go, consts.go, and HarPage.tsx

This commit is contained in:
RamiBerm
2021-05-24 17:13:40 +03:00
parent 408bd49f87
commit 22576a35a3
3 changed files with 3 additions and 4 deletions

View File

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