Skip to content

Commit eebd2f4

Browse files
committed
fix ver
1 parent 3810a36 commit eebd2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJECT_VER_MAJOR := 1
77
PROJECT_VER_MINOR := 0
88
PROJECT_VER_PATCH := 0
99
PROJECT_VER_BUILD := beta
10-
PROJECT_VER_BUILD_NUM := 3
10+
PROJECT_VER_BUILD_NUM := 2
1111

1212
BOARD_PYPORTAL := samd51-pyportal
1313
BOARD_METRO_AIRLIFT := samd51-metro-airlift

src/Wippersnapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#define WIPPERSNAPPER_SEMVER_PRE_RELEASE \
7070
"beta" ///< Library version pre-release label
7171
#define WIPPERSNAPPER_SEMVER_BUILD_VER \
72-
3 ///< Library version pre-release build number
72+
2 ///< Library version pre-release build number
7373

7474
// Reserved Adafruit IO MQTT topics
7575
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)