start versioning

This commit is contained in:
idk
2023-01-18 06:50:44 +00:00
parent 94fc6d07a1
commit 75a1e516d3

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
VERSION=0.0.6
fmt:
gofmt -w -s *.go
release: fmt
gothub release -p -u eyedeekay -r "go-i2pbrowser" -t v$(VERSION) -n "lib" -d "tag for release"