We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b697bb8 commit 6a9791fCopy full SHA for 6a9791f
Makefile
@@ -7,7 +7,7 @@ PROJECT_VER_MAJOR := 1
7
PROJECT_VER_MINOR := 0
8
PROJECT_VER_PATCH := 0
9
PROJECT_VER_BUILD := beta
10
-PROJECT_VER_BUILD_NUM := 6
+PROJECT_VER_BUILD_NUM := 7
11
12
BOARD_PYPORTAL := samd51-pyportal
13
BOARD_METRO_AIRLIFT := samd51-metro-airlift
src/Wippersnapper.h
@@ -64,7 +64,7 @@
64
#endif
65
66
#define WS_VERSION \
67
- "1.0.0-beta.6" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.7" ///< WipperSnapper app. version (semver-formatted)
68
69
// Reserved Adafruit IO MQTT topics
70
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments