From 39a8bd2f03f074451e0969a10defcef8f121d3f5 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 5 Nov 2023 19:05:23 -0800 Subject: [PATCH] Bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61c2ae2..cf18072 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION := 0.9.5.5 .PHONY: lint vis clean common client server passwd\ subpkgs install uninstall reinstall scc - + ## Tag version of binaries with build info wrt. ## GO111MODULE(=on) and vendor/ setup vs. $GOPATH pkg builds ############################################################