We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0240e66 commit 311cea6Copy full SHA for 311cea6
2 files changed
internal/cmd/app.go
@@ -40,7 +40,7 @@ Get started:
40
openstatus run Run synthetic tests
41
42
https://docs.openstatus.dev | https://github.com/openstatusHQ/cli/issues/new`,
43
- Version: "v1.0.3",
+ Version: "v1.0.4",
44
Flags: []cli.Flag{
45
&cli.BoolFlag{
46
Name: "json",
internal/cmd/app_test.go
@@ -20,8 +20,8 @@ func Test_NewApp(t *testing.T) {
20
t.Errorf("Expected app name 'openstatus', got %s", app.Name)
21
}
22
23
- if app.Version != "v1.0.3" {
24
- t.Errorf("Expected version 'v1.0.3', got %s", app.Version)
+ if app.Version != "v1.0.4" {
+ t.Errorf("Expected version 'v1.0.4', got %s", app.Version)
25
26
27
if !app.Suggest {
0 commit comments