File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
package netcap
3
3
4
4
// Version is the current version identifier for netcap.
5
- var Version = "v0.6.7 "
5
+ var Version = "v0.6.8 "
6
6
7
7
// Commit is the git commit id of the current version.
8
- var Commit = "96f534d4b42b9c15c4f88077f798d52c152410df "
8
+ var Commit = "cb165e72a8f926b780974163d0df2f5c1b99116f "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ language: bash
13
13
# globals for all commands
14
14
globals :
15
15
# NETCAP version
16
- VERSION : 0.6.7
16
+ VERSION : 0.6.8
17
17
18
18
# command data
19
19
commands :
@@ -137,7 +137,7 @@ commands:
137
137
cd ..
138
138
139
139
# 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
141
141
142
142
# sync
143
143
gh release upload --clobber v$VERSION dist-linux/checksums.txt
You can’t perform that action at this time.
0 commit comments