Minor bug fix

- Added potential fix for #130
- Added fix for disabled virtual directory check (future features)
- Updated version number to v3.0.3
This commit is contained in:
Toby Chui
2024-04-26 22:40:27 +08:00
parent 73276b1918
commit de658a3c6c
5 changed files with 11 additions and 4 deletions

View File

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