From 2c9e4ba31867257721dde8448e688f90c809ca07 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Tue, 2 Jan 2024 21:52:54 +0000 Subject: [PATCH] Update Taskfile.yml Address https://github.com/arduino/arduino-cli/issues/2483 in single place --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index c8f7db71ca3..cb21367c4ca 100755 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -341,7 +341,7 @@ tasks: general:get-version: desc: Returns the version used in the project cmds: - - echo {{.VERSION}} + - echo v{{.VERSION}} vars: PROJECT_NAME: "arduino-cli"