File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
release :
23
23
env :
24
24
# 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
27
27
cmds :
28
28
- echo "📦 Generating release..."
29
29
- git add .
33
33
34
34
remove-tag :
35
35
env :
36
- TAG : " v0.3.4 "
36
+ TAG : " v0.3.5 "
37
37
cmds :
38
38
- git tag -d ${TAG}
39
39
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ type CapsuleFlags struct {
23
23
}
24
24
25
25
func main () {
26
- version := "v0.3.4 🍋 [lemon ]"
26
+ version := "v0.3.5 🍓 [strawberry ]"
27
27
args := os .Args [1 :]
28
28
29
29
if len (args ) == 0 {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ type CapsuleFlags struct {
38
38
}
39
39
40
40
func main () {
41
- version := "v0.3.4 🍋 [lemon ]"
41
+ version := "v0.3.5 🍓 [strawberry ]"
42
42
args := os .Args [1 :]
43
43
44
44
if len (args ) == 0 {
You can’t perform that action at this time.
0 commit comments