From 4a08ec06fa2e985aaa301001bcfd84ecf739426c Mon Sep 17 00:00:00 2001 From: Adrien Leravat Date: Wed, 10 Apr 2019 22:00:18 -0700 Subject: [PATCH] Bump version --- cmd/crowlet/crowlet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crowlet/crowlet.go b/cmd/crowlet/crowlet.go index 7ee07d9..59995fa 100644 --- a/cmd/crowlet/crowlet.go +++ b/cmd/crowlet/crowlet.go @@ -13,7 +13,7 @@ import ( var ( // VERSION stores the current version as string - VERSION = "v0.1.0" + VERSION = "v0.1.1" ) func beforeApp(c *cli.Context) error {