Bumped minor version.

This commit is contained in:
Joe Kearney 2026-01-10 16:22:17 -06:00
parent 272618d49d
commit 0bfa4f3dd1

View file

@ -71,8 +71,8 @@
#define SYSTEMK_H
#define SYSTEMK_MAJOR_VERSION 1
#define SYSTEMK_MINOR_VERSION 0
#define SYSTEMK_VERSION_STRING "01.00"
#define SYSTEMK_MINOR_VERSION 1
#define SYSTEMK_VERSION_STRING "01.01"
#ifdef ESP_PLATFORM
#include "freertos/FreeRTOS.h"