Skip to content

Commit

Permalink
Update docs and get-stack.sh for v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Dec 1, 2018
1 parent 55308c0 commit 40cf7b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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:

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

Please use the following schema for your bug report:
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-1.9.1).
Make sure that you are using the latest release (currently stack-1.9.3).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

Please state as clearly as possible what feature you are recommending,
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This way your question will be more easily discoverable by other people with the

Question related to stack project templates? Please report it at 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 (current stack-1.9.1).
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).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

### Stack version
Expand Down
2 changes: 1 addition & 1 deletion etc/scripts/get-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# https://github.com/commercialhaskell/stack/blob/master/etc/scripts/get-stack.sh
#

STACK_VERSION="1.9.1"
STACK_VERSION="1.9.3"
HOME_LOCAL_BIN="$HOME/.local/bin"
DEFAULT_DEST="/usr/local/bin/stack"
DEST=""
Expand Down

0 comments on commit 40cf7b3

Please sign in to comment.