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 8a633d4 commit 22785b4Copy full SHA for 22785b4
2 files changed
internal/cmd/app.go
@@ -35,7 +35,7 @@ Get started:
35
openstatus run Run synthetic tests
36
37
https://docs.openstatus.dev | https://github.com/openstatusHQ/cli/issues/new`,
38
- Version: "v1.0.1",
+ Version: "v1.0.2",
39
Flags: []cli.Flag{
40
&cli.BoolFlag{
41
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.1" {
24
- t.Errorf("Expected version 'v1.0.1', got %s", app.Version)
+ if app.Version != "v1.0.2" {
+ t.Errorf("Expected version 'v1.0.2', got %s", app.Version)
25
26
27
if !app.Suggest {
0 commit comments