Skip to content

Commit 311cea6

Browse files
version dump
1 parent 0240e66 commit 311cea6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

internal/cmd/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Get started:
4040
openstatus run Run synthetic tests
4141
4242
https://docs.openstatus.dev | https://github.com/openstatusHQ/cli/issues/new`,
43-
Version: "v1.0.3",
43+
Version: "v1.0.4",
4444
Flags: []cli.Flag{
4545
&cli.BoolFlag{
4646
Name: "json",

internal/cmd/app_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ func Test_NewApp(t *testing.T) {
2020
t.Errorf("Expected app name 'openstatus', got %s", app.Name)
2121
}
2222

23-
if app.Version != "v1.0.3" {
24-
t.Errorf("Expected version 'v1.0.3', got %s", app.Version)
23+
if app.Version != "v1.0.4" {
24+
t.Errorf("Expected version 'v1.0.4', got %s", app.Version)
2525
}
2626

2727
if !app.Suggest {

0 commit comments

Comments
 (0)