From 6e06812c5c3968ac6c017c4b3a338736c4aa50b2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 4 Dec 2025 16:21:13 -1000 Subject: [PATCH] ;doc:ghrelnotes:1.50.4 --- doc/ghrelnotes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ghrelnotes b/doc/ghrelnotes index 4e5aae7a6..3e820ba7c 100755 --- a/doc/ghrelnotes +++ b/doc/ghrelnotes @@ -53,6 +53,7 @@ If you have [eget](https://github.com/zyedidia/eget), that's a convenient way to eget simonmichael/hledger --all ``` + Otherwise: @@ -119,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`): ``` cd ~ -curl https://github.com/simonmichael/hledger/releases/download/1.43.2/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip +curl https://github.com/simonmichael/hledger/releases/download/1.50.4/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin hledger --version; hledger-ui --version; hledger-web --version # should show $REL ```