From e662ca4f92aaeb4a61eeec2624832b0dcd558624 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Dec 2025 00:33:41 -1000 Subject: [PATCH] ;doc:gh relnotes:1.51 --- doc/ghnightlynotes.md | 2 +- doc/ghrelnotes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ghnightlynotes.md b/doc/ghnightlynotes.md index 9602be7b5..2c721649d 100644 --- a/doc/ghnightlynotes.md +++ b/doc/ghnightlynotes.md @@ -1,6 +1,6 @@ Here you can find unreleased "nightly" binaries, which are updated occasionally. By using these and providing [feedback](https://hledger.org/support.html), you can help to make the next release better. -These binaries have the following changes since the 1.50.4 release: https://github.com/simonmichael/hledger/compare/1.50.4...nightly +These binaries have the following changes since the 1.51 release: https://github.com/simonmichael/hledger/compare/1.51...nightly
diff --git a/doc/ghrelnotes b/doc/ghrelnotes index 3e820ba7c..3f3f08a43 100755 --- a/doc/ghrelnotes +++ b/doc/ghrelnotes @@ -121,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`): ``` cd ~ -curl https://github.com/simonmichael/hledger/releases/download/1.50.4/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip +curl https://github.com/simonmichael/hledger/releases/download/1.51/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 ```