From e1e9478dcf0f2c6e219a239164392c3b4a800430 Mon Sep 17 00:00:00 2001 From: Viktor Voltaire Date: Sun, 9 Jan 2022 14:22:15 +0100 Subject: [PATCH] feat(deps): bump buf version --- targets/mgbuf/targets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/mgbuf/targets.go b/targets/mgbuf/targets.go index 07f0d03e..45576a66 100644 --- a/targets/mgbuf/targets.go +++ b/targets/mgbuf/targets.go @@ -12,7 +12,7 @@ import ( "go.einride.tech/mage-tools/mgtool" ) -const version = "0.55.0" +const version = "1.0.0-rc10" // nolint: gochecknoglobals var executable string