diff options
author | Joe Robinson <joe@mumsnet.com> | 2014-07-25 13:06:52 +0100 |
---|---|---|
committer | Joe Robinson <joe@mumsnet.com> | 2014-07-25 13:06:52 +0100 |
commit | 405ff49335dbb74119dc25c16ebacf908cc0dc08 (patch) | |
tree | b1f82e2ad3cb501c20ce860d82d1ec0a44f10988 | |
parent | 0d7a802091a40a7304a0c3d1113c0cafd6556365 (diff) |
Bump version
-rw-r--r-- | blavote.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ var version string func main() { - version = "0.6" + version = "0.7" //Command line arguments var opts struct { |