diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 67e900cea..305d16f2f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -28,8 +28,8 @@ body: label: 'DevStream Version' description: "To find out the version run: `dtm version`" options: - - < v0.11.0 - - v0.11.0 + - < v0.13.0 + - v0.13.0 - latest validations: required: true diff --git a/cmd/patch.go b/cmd/patch.go index ac11ec684..6172acd84 100644 --- a/cmd/patch.go +++ b/cmd/patch.go @@ -39,7 +39,7 @@ e.g. r.Print(OutputFormat) os.Exit(1) } - r := response.New(response.StatusError, response.MessageOK, "") + r := response.New(response.StatusOK, response.MessageOK, "") r.Print(OutputFormat) }, }