Skip to content

Commit 5119352

Browse files
committed
Release process - Step I
1 parent 776b244 commit 5119352

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about: Report a bug in Stack
55

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

8-
Make sure that you are using the latest release (currently Stack 3.3.1). See the
8+
Make sure that you are using the latest release (currently Stack 3.5.1). See the
99
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
1010
to upgrade.
1111

@@ -45,7 +45,7 @@ stack <your command here> <args> --verbose
4545

4646
~~~text
4747
stack --version
48-
Version 3.3.1, Git revision 7540878295db1899b55855cc765ab1eacdf30f3c x86_64 hpack-0.37.0
48+
Version 3.5.1, Git revision 5c774d7ca92f4716ef7a51d5da21a5c3713517a5 x86_64 hpack-0.38.0
4949
~~~
5050

5151
### Method of installation

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature Request
33
about: Request a feature be added to Stack, or discuss such a feature
44
---
55

6-
Make sure that you are using the latest release (currently Stack 3.3.1). See the
6+
Make sure that you are using the latest release (currently Stack 3.5.1). See the
77
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
88
to upgrade.
99

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ the [stack-templates](https://github.com/commercialhaskell/stack-templates)
1616
repository instead.
1717

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

2323
### Stack version
2424

2525
~~~text
2626
stack --version
27-
Version 3.3.1, Git revision 7540878295db1899b55855cc765ab1eacdf30f3c x86_64 hpack-0.37.0
27+
Version 3.5.1, Git revision 5c774d7ca92f4716ef7a51d5da21a5c3713517a5 x86_64 hpack-0.38.0
2828
~~~
2929

3030
### Method of installation

0 commit comments

Comments
 (0)