diff --git a/src/common/version.h b/src/common/version.h index 6d31237b..9f0e5825 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 "0.8.0" -#define APP_VERSION 0x000800 +#define APP_VERSION_STR "0.9.0" +#define APP_VERSION 0x000900 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #endif VERSION_H