diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 003edf5d0f..4776669940 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7b5ae366b9..eff5f8ebe0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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, diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index d21bf05f8a..3e1e6932bf 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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 diff --git a/etc/scripts/get-stack.sh b/etc/scripts/get-stack.sh index ad50c6e2f3..2875013760 100755 --- a/etc/scripts/get-stack.sh +++ b/etc/scripts/get-stack.sh @@ -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=""