Bumped version to 1.8.0 in preparation for release

This commit is contained in:
Gregg 2023-07-08 21:09:48 -05:00
parent e958e07d0b
commit 57a85bf0c8
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
// HomeSpan Version //
#define HS_MAJOR 1
#define HS_MINOR 7
#define HS_PATCH 3
#define HS_MINOR 8
#define HS_PATCH 0
#define STRINGIFY(x) _STR(x)
#define _STR(x) #x