From 3f21160545e6b933e69db4cf96ab3a8b4c77c21a Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 23 Feb 2015 20:17:03 -0600 Subject: [PATCH] Version bump: 0.5.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7927173..8c35359 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( _ "github.com/lib/pq" ) -const VERSION = "0.5.0" +const VERSION = "0.5.1" type Options struct { Version bool `short:"v" long:"version" description:"Print version"`