From ec66edc5d116573680a9f60066d9d3eaf219f7ef Mon Sep 17 00:00:00 2001 From: Giulio Pilotto Date: Thu, 4 Dec 2025 15:09:40 +0100 Subject: [PATCH] revert to 0.6.0 --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 36122a16..9803e3dd 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -8,7 +8,7 @@ vars: GOLANGCI_LINT_VERSION: v2.4.0 GOIMPORTS_VERSION: v0.29.0 DPRINT_VERSION: 0.48.0 - EXAMPLE_VERSION: "0.6.1" + EXAMPLE_VERSION: "0.6.0" RUNNER_VERSION: "0.6.1" VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"