From d92de5c097e87c04fe95f4f413c7e16f553e6881 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Sun, 17 Jun 2018 01:25:44 +0200 Subject: [PATCH] bump fw version --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 1be265c..feda695 100644 --- a/src/main.h +++ b/src/main.h @@ -7,6 +7,6 @@ #define DEBUG_MSG(...) #endif -#define FW_VERSION 13 +#define FW_VERSION 14 #endif /* _MAIN_H */