From 244d20d2cb3b207fbf51087cebea6c93a0b30c1e Mon Sep 17 00:00:00 2001 From: Adrien Leravat Date: Sun, 9 Aug 2020 17:41:00 -0700 Subject: [PATCH] Bump version to v0.2.1 --- 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 c3fcb81..3b7c4ed 100644 --- a/cmd/crowlet/crowlet.go +++ b/cmd/crowlet/crowlet.go @@ -15,7 +15,7 @@ import ( var ( // VERSION stores the current version as string - VERSION = "v0.2.0" + VERSION = "v0.2.1" ) func beforeApp(c *cli.Context) error {