From be64d87a3c00a87f10fb00fa26aed950dfa9059d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 7 Sep 2020 11:10:56 +0000 Subject: [PATCH] Update version to v0.31.0 in pkg/secrethub/client_version.go --- pkg/secrethub/client_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/secrethub/client_version.go b/pkg/secrethub/client_version.go index d2a567cb..94c736ed 100644 --- a/pkg/secrethub/client_version.go +++ b/pkg/secrethub/client_version.go @@ -2,4 +2,4 @@ package secrethub // ClientVersion is the current version of the client // Do not edit this unless you know what you're doing. -const ClientVersion = "v0.30.0" +const ClientVersion = "v0.31.0"