mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Refreshed go.{mod,sum} and bumped semver in Makefile
This commit is contained in:
parent
057a3c01c7
commit
e42645a2b3
3 changed files with 24 additions and 24 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue