Skip to content

Commit

Permalink
馃摝 updates HDK for v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed May 8, 2023
1 parent 29b3e35 commit 5fe3882
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -33,7 +33,7 @@ tasks:

remove-tag:
env:
TAG: "v0.3.4"
TAG: "v0.3.5"
cmds:
- git tag -d ${TAG}

Expand Down
2 changes: 1 addition & 1 deletion capsule-cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion capsule-http/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5fe3882

Please sign in to comment.