From 4385d738b890f7fa5aa8c29e58e75e3651518d8c Mon Sep 17 00:00:00 2001 From: Thibault Le Ouay Ducasse Date: Mon, 23 Mar 2026 17:26:25 +0100 Subject: [PATCH] version dump --- internal/cmd/app.go | 2 +- internal/cmd/app_test.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/cmd/app.go b/internal/cmd/app.go index 2a9e2ec..5648312 100644 --- a/internal/cmd/app.go +++ b/internal/cmd/app.go @@ -35,7 +35,7 @@ Get started: openstatus run Run synthetic tests https://docs.openstatus.dev | https://github.com/openstatusHQ/cli/issues/new`, - Version: "v1.0.1", + Version: "v1.0.2", Flags: []cli.Flag{ &cli.BoolFlag{ Name: "json", diff --git a/internal/cmd/app_test.go b/internal/cmd/app_test.go index f6dad45..c324d2e 100644 --- a/internal/cmd/app_test.go +++ b/internal/cmd/app_test.go @@ -20,8 +20,8 @@ func Test_NewApp(t *testing.T) { t.Errorf("Expected app name 'openstatus', got %s", app.Name) } - if app.Version != "v1.0.1" { - 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) } if !app.Suggest {