Skip to content

Commit

Permalink
fix: changed version in library to read will be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikMeinders committed Aug 8, 2024
1 parent 438a84d commit 2d7b7d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cicd/bump-version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# change version in library.json to be in sync with the tag on the repo
# this version of the library file is not pushed!

v=$(git tag |tail -1| cut -c2- )
echo Tag vesion is v$v

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knx_platformio",
"version": "0.8.5",
"version": "## Will be replaced by the build system based on the git tag ##",
"description": "A platform for building KNX applications for ESP",
"keywords": "knx, esp, platformio",
"repository": {
Expand Down

0 comments on commit 2d7b7d2

Please sign in to comment.