From 06eb242c3982dcf4c120c0b2bd9f056b9fc6d6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20S=C3=B6derlund?= Date: Tue, 9 Jul 2024 12:58:31 +0200 Subject: [PATCH] feat(buf): bump to v1.34.0 --- tools/sgbuf/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgbuf/tools.go b/tools/sgbuf/tools.go index 10527b5a..6bc002ab 100644 --- a/tools/sgbuf/tools.go +++ b/tools/sgbuf/tools.go @@ -14,7 +14,7 @@ import ( ) const ( - version = "1.33.0" + version = "1.34.0" name = "buf" )