Updated version code manually
This commit is contained in:
Toby Chui 2024-11-15 06:48:35 +08:00
parent df88084375
commit 6515eb99e3

View File

@ -60,7 +60,7 @@ var enableAutoUpdate = flag.Bool("cfgupgrade", true, "Enable auto config upgrade
var (
name = "Zoraxy"
version = "3.1.2"
version = "3.1.3"
nodeUUID = "generic" //System uuid, in uuidv4 format
development = false //Set this to false to use embedded web fs
bootTime = time.Now().Unix()