Skip to content

Commit

Permalink
few small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Dec 13, 2021
1 parent 7c8a16a commit c9efbba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION=1.0.0

revsocks:
bin:
go build

dep:
Expand All @@ -16,7 +16,7 @@ ver:

gittag:
git tag v$(VERSION)
git push --tags origin master
git push --tags origin main

clean:
rm -rf dist
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ module github.com/kost/logdns

go 1.16

require github.com/miekg/dns v1.1.43 // indirect
require (
github.com/miekg/dns v1.1.43
)

0 comments on commit c9efbba

Please sign in to comment.