From 5fe388222b0eb496d88817b27081424001f17c60 Mon Sep 17 00:00:00 2001 From: k33g Date: Mon, 8 May 2023 19:35:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20updates=20HDK=20for=20v0.3.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 6 +++--- capsule-cli/main.go | 2 +- capsule-http/main.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 55fae9d..1c7b4f2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -22,8 +22,8 @@ tasks: release: env: #TAG: "v0.3.4" - #TAG: "v0.3.5" - TAG: "v0.3.6" # next release + TAG: "v0.3.5" + #TAG: "v0.3.6" # next release cmds: - echo "📦 Generating release..." - git add . @@ -33,7 +33,7 @@ tasks: remove-tag: env: - TAG: "v0.3.4" + TAG: "v0.3.5" cmds: - git tag -d ${TAG} diff --git a/capsule-cli/main.go b/capsule-cli/main.go index c5e3ab3..5e0cea5 100644 --- a/capsule-cli/main.go +++ b/capsule-cli/main.go @@ -23,7 +23,7 @@ type CapsuleFlags struct { } func main() { - version := "v0.3.4 🍋 [lemon]" + version := "v0.3.5 🍓 [strawberry]" args := os.Args[1:] if len(args) == 0 { diff --git a/capsule-http/main.go b/capsule-http/main.go index 253693d..b15564b 100644 --- a/capsule-http/main.go +++ b/capsule-http/main.go @@ -38,7 +38,7 @@ type CapsuleFlags struct { } func main() { - version := "v0.3.4 🍋 [lemon]" + version := "v0.3.5 🍓 [strawberry]" args := os.Args[1:] if len(args) == 0 {