Skip to content

Commit 40cf7b3

Browse files
committed
Update docs and get-stack.sh for v1.9.3
1 parent 55308c0 commit 40cf7b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
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:
77

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

1111
Please use the following schema for your bug report:

.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-1.9.1).
6+
Make sure that you are using the latest release (currently stack-1.9.3).
77
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
88

99
Please state as clearly as possible what feature you are recommending,

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This way your question will be more easily discoverable by other people with the
99

1010
Question related to stack project templates? Please report it at the [stack-templates](https://github.com/commercialhaskell/stack-templates) repository instead.
1111

12-
if you still want to ask the question here instead, please make sure that you are using the latest release (current stack-1.9.1).
12+
if you still want to ask the question here instead, please make sure that you are using the latest release (current stack-1.9.3).
1313
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
1414

1515
### Stack version

etc/scripts/get-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# https://github.com/commercialhaskell/stack/blob/master/etc/scripts/get-stack.sh
2020
#
2121

22-
STACK_VERSION="1.9.1"
22+
STACK_VERSION="1.9.3"
2323
HOME_LOCAL_BIN="$HOME/.local/bin"
2424
DEFAULT_DEST="/usr/local/bin/stack"
2525
DEST=""

0 commit comments

Comments
 (0)