diff --git a/version.go b/version.go index 6c78fb91..e47d213e 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package netcap var Version = "v0.6.6" // Commit is the git commit id of the current version. -var Commit = "62b421be7bca185ad90e48d4afc6741a9dae7237" +var Commit = "4204b12a12dd32bc091e148d070dde05aaf4f46c" diff --git a/zeus/commands.yml b/zeus/commands.yml index 82e5d610..efc54dde 100644 --- a/zeus/commands.yml +++ b/zeus/commands.yml @@ -518,6 +518,11 @@ commands: install-debian: description: build script to compile DPI dependencies and netcap on debian linux + publish-module: + description: publish the latest version as go module + help: see https://golang.org/doc/modules/publishing + exec: GOPROXY=proxy.golang.org go list -m github.com/dreadl0ck/netcap@${VERSION} + download-geolite: description: download the last maxmind geolite version that has been distributed under the creative commons licencse exec: |