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 {