Skip to content

Commit

Permalink
root version file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed Jul 1, 2024
1 parent 567c449 commit 2fbd2a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ version:
(cd .. && make version); \
ver=$$(head -n 1 ../.version 2> /dev/null || echo unknown); \
echo "version: $$ver" > _config.version.yml; \
echo "$(VERSION)" > .version; \
else \
echo "version: $(VERSION)" > _config.version.yml; \
echo "$(VERSION)" > .version; \
fi

0 comments on commit 2fbd2a2

Please sign in to comment.