From b1c766cfaaad04d670505e87c7f4d6773af536ff Mon Sep 17 00:00:00 2001 From: paradajz <2544094+paradajz@users.noreply.github.com> Date: Sat, 22 Jun 2019 17:53:28 +0200 Subject: [PATCH] bump version --- src/application/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/Version.h b/src/application/Version.h index bd0aad5cd..bf9e8d0f0 100644 --- a/src/application/Version.h +++ b/src/application/Version.h @@ -24,6 +24,6 @@ limitations under the License. #define SW_VERSION_MAJOR 4 #define SW_VERSION_MINOR 0 -#define SW_VERSION_REVISION 0 +#define SW_VERSION_REVISION 1 /// @} \ No newline at end of file