Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 60a7ec4

Browse files
kwentclaude
andcommitted
Update version to v1.2.10
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2c38ee2 commit 60a7ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var rootCmd = &cobra.Command{
3131
}
3232

3333
if versionFlag {
34-
version := "v1.2.9"
34+
version := "v1.2.10"
3535
outdated, v, err := release.Check(version, "https://github.com/rootlyhq/cli")
3636

3737
if err != nil {

0 commit comments

Comments
 (0)