Skip to content

Commit 5fe3882

Browse files
committed
📦 updates HDK for v0.3.5
1 parent 29b3e35 commit 5fe3882

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Taskfile.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ tasks:
2222
release:
2323
env:
2424
#TAG: "v0.3.4"
25-
#TAG: "v0.3.5"
26-
TAG: "v0.3.6" # next release
25+
TAG: "v0.3.5"
26+
#TAG: "v0.3.6" # next release
2727
cmds:
2828
- echo "📦 Generating release..."
2929
- git add .
@@ -33,7 +33,7 @@ tasks:
3333

3434
remove-tag:
3535
env:
36-
TAG: "v0.3.4"
36+
TAG: "v0.3.5"
3737
cmds:
3838
- git tag -d ${TAG}
3939

capsule-cli/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type CapsuleFlags struct {
2323
}
2424

2525
func main() {
26-
version := "v0.3.4 🍋 [lemon]"
26+
version := "v0.3.5 🍓 [strawberry]"
2727
args := os.Args[1:]
2828

2929
if len(args) == 0 {

capsule-http/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type CapsuleFlags struct {
3838
}
3939

4040
func main() {
41-
version := "v0.3.4 🍋 [lemon]"
41+
version := "v0.3.5 🍓 [strawberry]"
4242
args := os.Args[1:]
4343

4444
if len(args) == 0 {

0 commit comments

Comments
 (0)