diff --git a/src/common/version.h b/src/common/version.h index 8c69a0b4..da68f0cb 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,10 +2,10 @@ #define VERSION_H #define APP_VERSION_MAJOR 3 -#define APP_VERSION_MINOR 1 -#define APP_VERSION_PATCH 3 -#define APP_VERSION_STR "3.1.3" -#define APP_VERSION 0x030103 +#define APP_VERSION_MINOR 2 +#define APP_VERSION_PATCH 0 +#define APP_VERSION_STR "3.2.0" +#define APP_VERSION 0x030200 #define APP_NAME "Fort Firewall" #define APP_PUBLISHER "Nodir Temirkhodjaev"