Skip to content

Commit dd085d8

Browse files
committed
chore: version++
1 parent f19c902 commit dd085d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/spf13/cobra"
2323
)
2424

25-
var version string = "0.2.0-alpha"
25+
var version string = "0.3.0-alpha"
2626

2727
// versionCmd represents the version command
2828
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)