diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-06-08 00:58:29 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-06-08 00:58:29 +0200 |
commit | ba195268ca0778fccc30d13356c40b0f0c7fe848 (patch) | |
tree | 551cb9c8ebb59a676c04ee4a05993d112491f231 | |
parent | 0d9664d187c1e9d43bf254797c059a6bcbd4841e (diff) | |
download | hoverbit-ble-dev.tar.gz hoverbit-ble-dev.zip |
:bookmark: Bump version number to 1.0.0dev
-rw-r--r-- | source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp index 16e665a..d2848c9 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE. #include "HoverBitController.h" #include "Screen.h" -#define VERSION "0.0.1" +#define VERSION "1.0.0" #define BLE_UART_DELIM ":" MicroBit uBit; |