We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429be57 commit 1b9658bCopy full SHA for 1b9658b
config.go
@@ -6,7 +6,7 @@
6
7
package goat
8
9
-const version = "v0.7.1"
+const version = "v0.7.2"
10
11
var (
12
uaString = "goat " + version
doc/changes.md
@@ -1,6 +1,6 @@
1
# goat changelog
2
3
-## next
+## v0.7.2
4
5
* FIX: measurement spec uses "country" not "cc" as probe country code filter
* FIX: measurement spec probe ASN filter was incorrect when tags were not used
0 commit comments