We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90afe6f commit 8b3c745Copy full SHA for 8b3c745
Taskfile.yml
@@ -9,7 +9,7 @@ vars:
9
GOIMPORTS_VERSION: v0.29.0
10
DPRINT_VERSION: 0.48.0
11
EXAMPLE_VERSION: "0.6.0"
12
- RUNNER_VERSION: "0.5.0"
+ RUNNER_VERSION: "0.6.0"
13
VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release
14
sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
15
0 commit comments