From d7c711d0b996b7c162dabbb8e27c3a9e9ccf6556 Mon Sep 17 00:00:00 2001 From: Matt Reiferson Date: Sun, 25 Jan 2015 18:34:40 -0800 Subject: [PATCH] bump v0.3.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ffd8bd5..057e1f3 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "time" ) -const VERSION = "0.3.0" +const VERSION = "0.3.1" type Destination struct { Address string