From e0077b07f2a54198b3825c39c44b3922968e33f4 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Thu, 22 Feb 2024 10:55:14 +0100 Subject: [PATCH] feat(aiptest): update to latest version --- tools/sgprotocgengoaiptest/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgprotocgengoaiptest/tools.go b/tools/sgprotocgengoaiptest/tools.go index 581c756e..bc9307e3 100644 --- a/tools/sgprotocgengoaiptest/tools.go +++ b/tools/sgprotocgengoaiptest/tools.go @@ -13,7 +13,7 @@ import ( ) const ( - version = "0.15.1" + version = "0.16.1" name = "protoc-gen-go-aip-test" )