We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93dde8d commit b0399e6Copy full SHA for b0399e6
History.md
@@ -1,4 +1,10 @@
1
2
+v1.2.0 / 2016-01-22
3
+==================
4
+
5
+ * add optional metrics (see `--statsd` & `--statsd-prefix`)
6
+ * fixing nsqlookupd detection
7
8
v1.1.0 / 2015-08-25
9
==================
10
main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/tj/go-gracefully"
17
)
18
19
-var version = "1.1.0"
+var version = "1.2.0"
20
21
const usage = `
22
Usage:
0 commit comments