Skip to content

Commit

Permalink
v0.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Jan 22, 2022
1 parent cb165e7 commit 33fd3ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package netcap

// Version is the current version identifier for netcap.
var Version = "v0.6.7"
var Version = "v0.6.8"

// Commit is the git commit id of the current version.
var Commit = "96f534d4b42b9c15c4f88077f798d52c152410df"
var Commit = "cb165e72a8f926b780974163d0df2f5c1b99116f"
4 changes: 2 additions & 2 deletions zeus/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ language: bash
# globals for all commands
globals:
# NETCAP version
VERSION: 0.6.7
VERSION: 0.6.8

# command data
commands:
Expand Down Expand Up @@ -137,7 +137,7 @@ commands:
cd ..
# append hash of windows build to final checksum file
head -n 1 dist/checksums.txt >> dist-linux/checksums.txt
grep windows dist/checksums.txt >> dist-linux/checksums.txt
# sync
gh release upload --clobber v$VERSION dist-linux/checksums.txt
Expand Down

0 comments on commit 33fd3ac

Please sign in to comment.