From af4e4399b6fbb8eca1e44e639222030a8b4bee7c Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Mon, 2 Oct 2017 08:34:14 +0500 Subject: [PATCH] Bump version --- src/common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index b72c98de..e42d71b9 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.6.0" -#define APP_VERSION 0x000600 +#define APP_VERSION_STR "0.7.0" +#define APP_VERSION 0x000700 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #endif VERSION_H