Skip to content

Commit efa3093

Browse files
committed
WIP: mess with version to differentiate based on PRINT_DEPENDENCIES
1 parent 72060a2 commit efa3093

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Wippersnapper.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
// Build dependencies
131131
#if defined(PRINT_DEPENDENCIES)
132132
#include "../print_dependencies.h"
133+
#define WS_VERSION \
134+
"1.0.0-beta.89" ///< WipperSnapper app. version (semver-formatted)
135+
#else
136+
#define WS_VERSION \
137+
"1.0.0-beta.90" ///< WipperSnapper app. version (semver-formatted)
133138
#endif
134139

135140
#include "components/ds18x20/ws_ds18x20.h"

0 commit comments

Comments
 (0)