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