Skip to content

Commit

Permalink
fix ver
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Jul 14, 2021
1 parent 3810a36 commit eebd2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT_VER_MAJOR := 1
PROJECT_VER_MINOR := 0
PROJECT_VER_PATCH := 0
PROJECT_VER_BUILD := beta
PROJECT_VER_BUILD_NUM := 3
PROJECT_VER_BUILD_NUM := 2

BOARD_PYPORTAL := samd51-pyportal
BOARD_METRO_AIRLIFT := samd51-metro-airlift
Expand Down
2 changes: 1 addition & 1 deletion src/Wippersnapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#define WIPPERSNAPPER_SEMVER_PRE_RELEASE \
"beta" ///< Library version pre-release label
#define WIPPERSNAPPER_SEMVER_BUILD_VER \
3 ///< Library version pre-release build number
2 ///< Library version pre-release build number

// Reserved Adafruit IO MQTT topics
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
Expand Down

0 comments on commit eebd2f4

Please sign in to comment.