diff --git a/src/common/version.h b/src/common/version.h index f44277ed..2b92b1b6 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -2,8 +2,8 @@ #define VERSION_H #define APP_NAME "Fort Firewall" -#define APP_VERSION_STR "1.11.0" -#define APP_VERSION 0x011100 +#define APP_VERSION_STR "2.0.0" +#define APP_VERSION 0x020000 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"