From ab95eaa8c272da7674308af62646f031469437c5 Mon Sep 17 00:00:00 2001 From: bufdev Date: Tue, 21 Jul 2020 12:38:48 -0400 Subject: [PATCH] Update to v0.20.4 --- internal/buf/cmd/buf/buf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/buf/cmd/buf/buf.go b/internal/buf/cmd/buf/buf.go index 705e8d28cf..0832cad351 100644 --- a/internal/buf/cmd/buf/buf.go +++ b/internal/buf/cmd/buf/buf.go @@ -22,7 +22,7 @@ import ( ) // Version is the version of buf. -const Version = "0.21.0-dev" +const Version = "0.20.4" // Main is the main. func Main(use string, options ...RootCommandOption) {