From 44818701bceb66de263dbbec6ee4097634057cf6 Mon Sep 17 00:00:00 2001 From: 0x7d274284 <112329548+0x7d274284@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:52:15 +0800 Subject: [PATCH] Fix issue template (#48) The correct command to get the version is `sing-box version` --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4a799e59..1f7361d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,7 +31,7 @@ body:
```console - $ sing-box --version + $ sing-box version # Paste output here ```