Skip to content

Commit

Permalink
Update .github templates for release of Stack 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Dec 28, 2024
1 parent f2012db commit 471fc6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Report a bug in Stack

Please follow the steps below for reporting a bug in Stack:

Make sure that you are using the latest release (currently Stack 3.1.1). See the
Make sure that you are using the latest release (currently Stack 3.3.1). See the
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
to upgrade.

Expand Down Expand Up @@ -45,7 +45,7 @@ stack <your command here> <args> --verbose

~~~text
stack --version
Version 3.1.1, Git revision 8127279fb48012945f47f73167a5ecbce5692965 x86_64 hpack-0.37.0
Version 3.3.1, Git revision 7540878295db1899b55855cc765ab1eacdf30f3c x86_64 hpack-0.37.0
~~~

### Method of installation
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature Request
about: Request a feature be added to Stack, or discuss such a feature
---

Make sure that you are using the latest release (currently Stack 3.1.1). See the
Make sure that you are using the latest release (currently Stack 3.3.1). See the
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
to upgrade.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ the [stack-templates](https://github.com/commercialhaskell/stack-templates)
repository instead.

If you still want to ask the question here instead, please make sure that you
are using the latest release (currently Stack 3.1.1). See the
are using the latest release (currently Stack 3.3.1). See the
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
to upgrade.

### Stack version

~~~text
stack --version
Version 3.1.1, Git revision 8127279fb48012945f47f73167a5ecbce5692965 x86_64 hpack-0.37.0
Version 3.3.1, Git revision 7540878295db1899b55855cc765ab1eacdf30f3c x86_64 hpack-0.37.0
~~~

### Method of installation
Expand Down

0 comments on commit 471fc6f

Please sign in to comment.