Refreshed go.{mod,sum} and bumped semver in Makefile

This commit is contained in:
Russ Magee 2024-03-01 23:34:14 -08:00
parent 057a3c01c7
commit e42645a2b3
3 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,4 @@
VERSION := 0.9.9
VERSION := 0.9.10
.PHONY: lint vis clean common client server passwd\
subpkgs install uninstall reinstall scc
@ -73,7 +73,7 @@ tools:
common:
$(GO) build .
go install .
go install -a .
client: common