From c39af1ff8e7d17ad91b765f01ab20280bf5a71ef Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Sun, 1 Dec 2024 21:22:43 +0800 Subject: [PATCH] Update def.go Updated version number --- src/def.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/def.go b/src/def.go index 48303cb..3cdee1f 100644 --- a/src/def.go +++ b/src/def.go @@ -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 */