Build fixes
1 files changed, 1 insertions(+), 1 deletions(-) M .build.yml
M .build.yml +1 -1
@@ 12,7 12,7 @@ environment: PROJ: kanto tasks: - setup: | - go install ser1.net/claphelp/cmd/makeclapman@latest + go install ser1.net/claphelp/v2/cmd/makeclapman@v2.2.0 - build: | cd ${PROJ} VERSION=`hg log -r tip --template '{bookmarks}'`