Skip to content

Commit 73cd83d

Browse files
⬆️ version 1.0.0
1 parent 5744549 commit 73cd83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func NewApp() *cli.Command {
1313
Suggest: true,
1414
Usage: "This is OpenStatus Command Line Interface, the OpenStatus.dev CLI",
1515
Description: "OpenStatus is a command line interface for managing your monitors and triggering your synthetics tests. \n\nPlease report any issues at https://github.com/openstatusHQ/cli/issues/new",
16-
Version: "v0.0.7",
16+
Version: "v1.0.0",
1717
Commands: []*cli.Command{
1818
monitors.MonitorsCmd(),
1919
run.RunCmd(),

0 commit comments

Comments
 (0)