Update def.go

Updated version number
This commit is contained in:
Toby Chui 2024-12-01 21:22:43 +08:00
parent 6bf944e13c
commit c39af1ff8e

View File

@ -42,7 +42,7 @@ import (
const (
/* Build Constants */
SYSTEM_NAME = "Zoraxy"
SYSTEM_VERSION = "3.1.4"
SYSTEM_VERSION = "3.1.5"
DEVELOPMENT_BUILD = false /* Development: Set to false to use embedded web fs */
/* System Constants */