From 525cdc17ec97de61c59ee0e21f82c7d4126f54b3 Mon Sep 17 00:00:00 2001 From: Santosh Bhavani Date: Wed, 25 Feb 2026 08:20:18 -0600 Subject: [PATCH] Fix version command in documentation (#1685) Co-authored-by: Santosh Bhavani --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- extensions/EXTENSION-USER-GUIDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 20adb6c3..cbe1955a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,7 +51,7 @@ body: id: version attributes: label: Specify CLI Version - description: "Run `specify --version` or `pip show spec-kit`" + description: "Run `specify version` or `pip show spec-kit`" placeholder: "e.g., 1.3.0" validations: required: true diff --git a/extensions/EXTENSION-USER-GUIDE.md b/extensions/EXTENSION-USER-GUIDE.md index 46e87cf6..80202623 100644 --- a/extensions/EXTENSION-USER-GUIDE.md +++ b/extensions/EXTENSION-USER-GUIDE.md @@ -46,7 +46,7 @@ Extensions are modular packages that add new commands and functionality to Spec ### Check Your Version ```bash -specify --version +specify version # Should show 0.1.0 or higher ```