Skip to content

Commit 22785b4

Browse files
version dump (#22)
1 parent 8a633d4 commit 22785b4

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
@@ -35,7 +35,7 @@ Get started:
3535
openstatus run Run synthetic tests
3636
3737
https://docs.openstatus.dev | https://github.com/openstatusHQ/cli/issues/new`,
38-
Version: "v1.0.1",
38+
Version: "v1.0.2",
3939
Flags: []cli.Flag{
4040
&cli.BoolFlag{
4141
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.1" {
24-
t.Errorf("Expected version 'v1.0.1', got %s", app.Version)
23+
if app.Version != "v1.0.2" {
24+
t.Errorf("Expected version 'v1.0.2', got %s", app.Version)
2525
}
2626

2727
if !app.Suggest {

0 commit comments

Comments
 (0)