From e1fa52d3c9bb7999a1ae33c1776303545cf171e4 Mon Sep 17 00:00:00 2001 From: AlexsJones Date: Fri, 20 Sep 2024 21:30:44 +0100 Subject: [PATCH] feat: added generic query mode Signed-off-by: AlexsJones --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3903f1..3074ab0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BUF_VERSION=v1.28.0 -TAG=protobuf-v0.2.1 +TAG=protobuf-v0.2.2 guard-%: @ if [ "${${*}}" = "" ]; then \ echo "Environment variable $* not set"; \