diff --git a/src/common/version.h b/src/common/version.h index 08501d9a..b72c98de 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.5.0" -#define APP_VERSION 0x000500 +#define APP_VERSION_STR "0.6.0" +#define APP_VERSION 0x000600 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #endif VERSION_H