Skip to content

Commit dcaefc6

Browse files
committed
Update docs and scripts to stack-2.1.3
1 parent 8acaa79 commit dcaefc6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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-2.1.1).
8+
Make sure that you are using the latest release (currently stack-2.1.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-2.1.1).
6+
Make sure that you are using the latest release (currently stack-2.1.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,

etc/scripts/get-stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# https://docs.haskellstack.org/en/stable/install_and_upgrade/
2626
#
2727

28-
STACK_VERSION="2.1.1"
28+
STACK_VERSION="2.1.3"
2929
HOME_LOCAL_BIN="$HOME/.local/bin"
3030
DEFAULT_DEST="/usr/local/bin/stack"
3131
# Windows doesn't have a good place for DEST, but all CI systems (Appveyor, Travis, Azure) support /bin

0 commit comments

Comments
 (0)