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

Commit 54d4031

Browse files
committed
Update version to v1.3.0
1 parent bacf7ec commit 54d4031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.10"
34+
version := "v1.3.0"
3535
outdated, v, err := release.Check(version, "https://github.com/rootlyhq/cli")
3636

3737
if err != nil {

0 commit comments

Comments
 (0)