From 6eb916d6099733683d9dd8cbcd149dcab52ce401 Mon Sep 17 00:00:00 2001 From: Claudson Oliveira Date: Sat, 16 Feb 2019 12:03:31 +0000 Subject: [PATCH] Update version --- cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd.go b/cmd.go index 1194cfa..fde3f5f 100644 --- a/cmd.go +++ b/cmd.go @@ -16,7 +16,7 @@ import ( "github.com/pkg/errors" ) -const Version = "Gitql 1.4.0" +const Version = "Gitql 1.5.1" type Gitql struct { Path string `short:"p" default:"."`