From 64da8b353bce221ee0520c1e38c9b60f5c8094a3 Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Sun, 6 Jun 2021 22:33:06 +0200
Subject: [PATCH] Updated version

---
 ampel-firmware/util.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ampel-firmware/util.h b/ampel-firmware/util.h
index 19a32cd..9b0d85d 100644
--- a/ampel-firmware/util.h
+++ b/ampel-firmware/util.h
@@ -38,7 +38,7 @@ class Ampel {
 private:
   static void showFreeSpace();
 public:
-  const char *version = "v0.2.1"; // Update manually after significant changes.
+  const char *version = "v0.2.2-DEV"; // Update manually after significant changes.
   const char *board;
   const char *sensorId;
   uint32_t max_loop_duration;
-- 
GitLab