Updated version number

This commit is contained in:
Toby Chui 2024-05-06 19:06:59 +08:00
parent 34fab7b3d0
commit 3df96350a3

View File

@ -52,7 +52,7 @@ var logOutputToFile = flag.Bool("log", true, "Log terminal output to file")
var (
name = "Zoraxy"
version = "3.0.3"
version = "3.0.4"
nodeUUID = "generic"
development = false //Set this to false to use embedded web fs
bootTime = time.Now().Unix()