From 01296b2bccd890b665d016a2f6f3751acb49a84f Mon Sep 17 00:00:00 2001 From: bufdev Date: Fri, 30 Oct 2020 15:27:32 -0400 Subject: [PATCH] Update to v0.29.0 --- 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 fecda7aea6..dbbebceea8 100644 --- a/internal/buf/cmd/buf/buf.go +++ b/internal/buf/cmd/buf/buf.go @@ -34,7 +34,7 @@ import ( const ( // Version is the version of buf. - Version = "0.29.0-dev" + Version = "0.29.0" imageDeprecationMessage = `"image" sub-commands are now all implemented under the top-level "buf build" command, use "buf build" instead. We recommend migrating, however this command continues to work. See https://docs.buf.build/faq for more details.`