diff --git a/Makefile b/Makefile index c9b885b4..c56ad2f2 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,7 @@ update-version: @echo @echo 'File replacement done, commit with:' @echo - @echo 'git commit -m "Bumped version to ${VERSION}" Makefile addon/flamenco/__init__.py' + @echo 'git commit -m "Bumped version to ${VERSION}" Makefile addon/flamenco/__init__.py addon/flamenco/manager addon/flamenco/manager_README.md web/app/src/manager-api' @echo 'git tag -a -m "Tagged version ${VERSION}" v${VERSION}' version: