From a2191b57d32d6ab8785410536466291ef9125d0b Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 27 Oct 2014 15:21:33 -0500 Subject: [PATCH] Oops, forgot to update version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 75a4df5..3c9bbbe 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "os/signal" ) -const VERSION = "0.2.0" +const VERSION = "0.3.0" var options struct { Version bool `short:"v" description:"Print version"`