From b98f3fdc8a8e045b7f662b4cce9400057c1bc955 Mon Sep 17 00:00:00 2001 From: Dmitriy Kalinin Date: Mon, 23 Sep 2019 13:58:45 -0700 Subject: [PATCH] set version to 0.21.0 --- pkg/cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 0e965af3..6c837f1b 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "0.20.0" + Version = "0.21.0" ) type VersionOptions struct{}