From 4860e949953bd836e68a998741a45acd63f20d69 Mon Sep 17 00:00:00 2001 From: cr-marcstevens Date: Wed, 27 May 2020 10:17:36 +0200 Subject: [PATCH] Increase version number to 2.2 --- src/core.hpp | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.hpp b/src/core.hpp index 20c3dd2..454d561 100644 --- a/src/core.hpp +++ b/src/core.hpp @@ -18,7 +18,7 @@ //#define USE_CURL_FORM // use for old versions of curl that doesn't have curl_mime yet -#define VERSION "2.1" +#define VERSION "2.2" #include namespace sa = string_algo; diff --git a/version b/version index 9084385..dff0958 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION:2.1 \ No newline at end of file +VERSION:2.2 \ No newline at end of file