We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381184c commit 4e32f31Copy full SHA for 4e32f31
.gitignore
@@ -61,3 +61,4 @@ www/html/index.html
61
*.exe
62
/src/dist
63
64
+/src/plugins
src/def.go
@@ -44,7 +44,7 @@ import (
44
const (
45
/* Build Constants */
46
SYSTEM_NAME = "Zoraxy"
47
- SYSTEM_VERSION = "3.2.5"
+ SYSTEM_VERSION = "3.2.6"
48
DEVELOPMENT_BUILD = false
49
50
/* System Constants */
0 commit comments