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 */