From b770581cdad8311551ae8f8cc6ef34473c444845 Mon Sep 17 00:00:00 2001 From: er0k Date: Wed, 4 Jun 2025 15:58:18 -0400 Subject: [PATCH] Update the version number so `--version` reports the correct version number Fixes #12 --- pkg/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/commands/root.go b/pkg/commands/root.go index 5df8562..4dc573c 100644 --- a/pkg/commands/root.go +++ b/pkg/commands/root.go @@ -31,7 +31,7 @@ var rootCmd = &cobra.Command{ } if versionFlag { - version := "v1.0.1" + version := "v1.2.8" outdated, v, err := release.Check(version, "https://github.com/rootlyhq/cli") if err != nil {