From 74e2326337b494e1f7dde2b2b4523969c5535f76 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Wed, 12 Dec 2018 15:54:48 +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 416d66bc..f9428c22 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 "2.0.0" -#define APP_VERSION 0x020000 +#define APP_VERSION_STR "2.1.0" +#define APP_VERSION 0x020100 #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"