summaryrefslogtreecommitdiff
path: root/blavote.go
diff options
context:
space:
mode:
authorJoe Robinson <joe@mumsnet.com>2014-07-25 15:42:33 +0100
committerJoe Robinson <joe@mumsnet.com>2014-07-25 15:42:33 +0100
commit9325bafbbf17da50dd8e5855e12fdff4ed590ea1 (patch)
treee4a3c6057647a9a97f67272b529839c501960e33 /blavote.go
parent07884e5c9b4fe423d10b1f4a9b6366f7d81cffb2 (diff)
Fixed poll list to list the 5 most recent polls
Diffstat (limited to 'blavote.go')
-rw-r--r--blavote.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/blavote.go b/blavote.go
index 7de8a56..c14e8e4 100644
--- a/blavote.go
+++ b/blavote.go
@@ -14,7 +14,7 @@ var version string
func main() {
- version = "0.7.1"
+ version = "0.7.2"
//Command line arguments
var opts struct {