Skip to content

Commit 33fd3ac

Browse files
committed
v0.6.8 release
1 parent cb165e7 commit 33fd3ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package netcap
33

44
// Version is the current version identifier for netcap.
5-
var Version = "v0.6.7"
5+
var Version = "v0.6.8"
66

77
// Commit is the git commit id of the current version.
8-
var Commit = "96f534d4b42b9c15c4f88077f798d52c152410df"
8+
var Commit = "cb165e72a8f926b780974163d0df2f5c1b99116f"

zeus/commands.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ language: bash
1313
# globals for all commands
1414
globals:
1515
# NETCAP version
16-
VERSION: 0.6.7
16+
VERSION: 0.6.8
1717

1818
# command data
1919
commands:
@@ -137,7 +137,7 @@ commands:
137137
cd ..
138138
139139
# append hash of windows build to final checksum file
140-
head -n 1 dist/checksums.txt >> dist-linux/checksums.txt
140+
grep windows dist/checksums.txt >> dist-linux/checksums.txt
141141
142142
# sync
143143
gh release upload --clobber v$VERSION dist-linux/checksums.txt

0 commit comments

Comments
 (0)