From 4e32f31f0abd9237270f27e1d1e1f01fdca67ae3 Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Sun, 20 Jul 2025 15:55:12 +0800 Subject: [PATCH] Updated version number --- .gitignore | 1 + src/def.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3301c8e..7938566 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ www/html/index.html *.exe /src/dist +/src/plugins diff --git a/src/def.go b/src/def.go index 1fac66a..a2d6897 100644 --- a/src/def.go +++ b/src/def.go @@ -44,7 +44,7 @@ import ( const ( /* Build Constants */ SYSTEM_NAME = "Zoraxy" - SYSTEM_VERSION = "3.2.5" + SYSTEM_VERSION = "3.2.6" DEVELOPMENT_BUILD = false /* System Constants */