From 20a1eb5e976c6225ee0e6f87edb9b84b0e71ce2d Mon Sep 17 00:00:00 2001 From: Oleiade Date: Thu, 11 Sep 2014 08:45:53 +0200 Subject: [PATCH] Bump TROUSSEAU_VERSION --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index ed8d17a..cfcc7ac 100644 --- a/constants.go +++ b/constants.go @@ -1,6 +1,6 @@ package trousseau -const TROUSSEAU_VERSION = "0.3.0" +const TROUSSEAU_VERSION = "0.3.1" const ( DEFAULT_STORE_FILENAME = ".trousseau"