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 {