From 0937f823a700c713001ff60c5f70f3fb16d01f16 Mon Sep 17 00:00:00 2001 From: Claudson Oliveira Date: Sat, 8 Sep 2018 13:59:30 +0100 Subject: [PATCH] Release a minor release --- cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"."`