From 3a135b3ef4bf85eecad4a1552978a06889f80d63 Mon Sep 17 00:00:00 2001 From: Drew Gulino <1379399+dgulinobw@users.noreply.github.com> Date: Wed, 1 May 2024 16:44:36 -0400 Subject: [PATCH] v1.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 558c20e..38fd838 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ HOSTNAME=github.com NAMESPACE=relaypro-open NAME=dog_api_golang BINARY=${NAME} -VERSION=v1.0.0 +VERSION=v1.0.1 OS_ARCH=linux_amd64 default: install