From c9e08ae71fc36706e3374bfb211cb9517a490600 Mon Sep 17 00:00:00 2001 From: Adrien Leravat Date: Fri, 15 Nov 2024 20:41:12 -0800 Subject: [PATCH] crowlet: bump version for CLI --- 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 a3d53c2..b020c16 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.1" + VERSION = "v0.3.0" ) func beforeApp(c *cli.Context) error {