From 5f1569784f73e4eeb1e2abf218df4af4e89ee0f9 Mon Sep 17 00:00:00 2001 From: Praneeth Challagonda Date: Fri, 6 May 2022 18:35:20 -0400 Subject: [PATCH] Update lorawan.cpp --- firmware/src/lorawan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/src/lorawan.cpp b/firmware/src/lorawan.cpp index bd8737b6..413c7b6e 100644 --- a/firmware/src/lorawan.cpp +++ b/firmware/src/lorawan.cpp @@ -32,7 +32,7 @@ const int isStarted = 91; MAJOR_VERSION.MINOR_VERSION.PATCH_VERSION */ const int MAJOR_VERSION = 4; // incompatible changes -const int MINOR_VERSION = 2; // add functionality in a backwards compatible manner +const int MINOR_VERSION = 3; // add functionality in a backwards compatible manner const int PATCH_VERSION = 1; // backwards compatible bug fixes