Updated version number

This commit is contained in:
Toby Chui
2025-07-20 15:55:12 +08:00
parent 381184cd92
commit 4e32f31f0a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -61,3 +61,4 @@ www/html/index.html
*.exe *.exe
/src/dist /src/dist
/src/plugins

View File

@@ -44,7 +44,7 @@ import (
const ( const (
/* Build Constants */ /* Build Constants */
SYSTEM_NAME = "Zoraxy" SYSTEM_NAME = "Zoraxy"
SYSTEM_VERSION = "3.2.5" SYSTEM_VERSION = "3.2.6"
DEVELOPMENT_BUILD = false DEVELOPMENT_BUILD = false
/* System Constants */ /* System Constants */