diff --git a/cmd.go b/cmd.go index afc2c04..1194cfa 100644 --- a/cmd.go +++ b/cmd.go @@ -16,7 +16,7 @@ import ( "github.com/pkg/errors" ) -const Version = "Gitql 1.3.0" +const Version = "Gitql 1.4.0" type Gitql struct { Path string `short:"p" default:"."`