From 7766c3bb66872b99d98b2ac947f8b01a259d3157 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 5 Jan 2016 13:14:36 -0600 Subject: [PATCH] Version bump: 0.7.0 --- pkg/command/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/command/version.go b/pkg/command/version.go index b62d212..1c0819d 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -1,6 +1,6 @@ package command -const VERSION = "0.6.3" +const VERSION = "0.7.0" var ( GitCommit string