From e441e34ad3d841c77a36246ab789936895958412 Mon Sep 17 00:00:00 2001 From: Renato Bonomini <4005901+renatobo@users.noreply.github.com> Date: Fri, 22 Jan 2021 16:25:34 -0800 Subject: [PATCH] version 1.2 tagging --- src/bonogps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonogps.cpp b/src/bonogps.cpp index d86ce05..04a07db 100644 --- a/src/bonogps.cpp +++ b/src/bonogps.cpp @@ -37,7 +37,7 @@ #define BONOGPS_FIRMWARE_VER GIT_REV #else // the following define is needed to display version when building this with the Arduino IDE -#define BONOGPS_FIRMWARE_VER "v1.2beta" +#define BONOGPS_FIRMWARE_VER "v1.2" #endif // GIT_REPO is used to build links to online software release notes and documentation #ifndef GIT_REPO