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 aba1576 commit cb5af08Copy full SHA for cb5af08
History.md
@@ -1,4 +1,9 @@
1
2
+v0.2.0 / 2015-02-19
3
+===================
4
+
5
+ * add Broadcast to deliver to delegates
6
7
v0.1.0 / 2015-02-19
8
===================
9
main.go
@@ -11,7 +11,7 @@ import "gopkg.in/redis.v2"
11
import "strconv"
12
import "time"
13
14
-var Version = "0.1.0"
+var Version = "0.2.0"
15
16
const Usage = `
17
Usage:
0 commit comments