mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 15:00:34 +01:00
3 lines
121 B
Makefile
3 lines
121 B
Makefile
|
upgrade-version:
|
||
|
if [ -z "$(NEW_VERSION)" ]; then echo "Set NEW_VERSION!" >&2; exit 1; fi
|
||
|
poetry version $(NEW_VERSION)
|