diff --git a/.github/workflow/release.yaml b/.github/workflows/release.yaml similarity index 100% rename from .github/workflow/release.yaml rename to .github/workflows/release.yaml diff --git a/app.go b/app.go index 3627dcf..fee4f75 100644 --- a/app.go +++ b/app.go @@ -8,7 +8,7 @@ import ( func main() { app := cli.NewApp() - app.Version = "0.2.2" + app.Version = "0.2.3" app.Commands = []cli.Command{ IssuesCommand(),