From df123ed7963ab1f0e6f5996abc4447981f419ac8 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 28 Oct 2014 23:42:11 -0500 Subject: [PATCH] Version bump: 0.3.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 53355f4..24622b5 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "os/signal" ) -const VERSION = "0.3.0" +const VERSION = "0.3.1" var options struct { Version bool `short:"v" long:"version" description:"Print version"`