From f9e412ea3a5ae0d16b70d7b213ee31845064d31f Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Thu, 23 Oct 2014 10:12:50 -0600 Subject: [PATCH] Version bump: 0.2.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1e0b747..86622c3 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "os/signal" ) -const VERSION = "0.1.0" +const VERSION = "0.2.0" var options struct { Version bool `short:"v" description:"Print version"`