Skip to content

Commit 4e32f31

Browse files
committed
Updated version number
1 parent 381184c commit 4e32f31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ www/html/index.html
6161
*.exe
6262
/src/dist
6363

64+
/src/plugins

src/def.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import (
4444
const (
4545
/* Build Constants */
4646
SYSTEM_NAME = "Zoraxy"
47-
SYSTEM_VERSION = "3.2.5"
47+
SYSTEM_VERSION = "3.2.6"
4848
DEVELOPMENT_BUILD = false
4949

5050
/* System Constants */

0 commit comments

Comments
 (0)