From 4a76f50eb7bc25346865bd8405a7c5e3e01da9fd Mon Sep 17 00:00:00 2001 From: Matt Reiferson Date: Sun, 25 Jan 2015 17:06:00 -0800 Subject: [PATCH] bump v0.3.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7e97714..271b1c7 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "time" ) -const VERSION = "0.2.0" +const VERSION = "0.3.0" type Destination struct { Address string