We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574958b commit 31a8f16Copy full SHA for 31a8f16
1 file changed
app/version.go
@@ -3,7 +3,7 @@ package app
3
import "github.com/urfave/cli/v2"
4
5
const (
6
- DefaultVersion = "v0.10.0"
+ DefaultVersion = "v0.13.0"
7
)
8
9
var (
0 commit comments