From a749d6ce13f7e1a92bbc6a11017b4f5149e4b40a Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 13 Jan 2015 22:42:59 -0600 Subject: [PATCH] Version bump: 0.5.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 627d513..253da8b 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( _ "github.com/lib/pq" ) -const VERSION = "0.4.1" +const VERSION = "0.5.0" type Options struct { Version bool `short:"v" long:"version" description:"Print version"`