From 5336fb42d3aad5766c6b380fd5a544529eb624b0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Apr 2018 09:21:44 +0100 Subject: [PATCH] install: bump version --- hledger-install/hledger-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 5e5525004..4b6741bf1 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -49,7 +49,7 @@ HERE HLEDGER_INSTALL_TOOL=hledger-install.sh # ^ this script's name (can't use $0 when it's piped into bash) -HLEDGER_INSTALL_VERSION=20180331 +HLEDGER_INSTALL_VERSION=20180404 RESOLVER= #"--resolver=nightly" # ^ You can specify a different stackage snapshot here,