Skip to content

Commit ff65287

Browse files
authored
Update version to 0.0.11 for release (#23)
1 parent 5e5389f commit ff65287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// Version of the CLI app.
11-
var Version = "0.0.10"
11+
var Version = "0.0.11"
1212

1313
// The command prints out the version of the CLI app.
1414
func init() {

0 commit comments

Comments
 (0)