Correct the version number
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
otthorn 2021-02-19 01:07:31 +01:00
parent 915ccd5a0a
commit 8630959003

View file

@ -5,7 +5,7 @@ name: lint
steps: steps:
- name: ShellCheck - name: ShellCheck
image: koalaman/shellcheck-alpine:0.7.1 image: koalaman/shellcheck-alpine:v0.7.1
commands: commands:
- shellcheck pdf-optimize - shellcheck pdf-optimize
... ...