chore: fix version

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

Taskfile.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Taskfile.yaml 🔗

@@ -89,7 +89,7 @@ tasks:
     desc: Create and push a new tag following semver
     vars:
       NEXT:
-        sh: go run github.com/caarlos0/svu@latest next
+        sh: go run github.com/caarlos0/svu/v3@latest next
     prompt: "This will release {{.NEXT}}. Continue?"
     preconditions:
       - sh: '[ $(git symbolic-ref --short HEAD) = "main" ]'