Skip to content

Commit 0915ad4

Browse files
committed
;doc:gh relnotes:1.51
1 parent a4b7a36 commit 0915ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/ghnightlynotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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.
22

3-
These binaries have the following changes since the 1.50.4 release: https://github.com/simonmichael/hledger/compare/1.50.4...nightly
3+
These binaries have the following changes since the 1.51 release: https://github.com/simonmichael/hledger/compare/1.51...nightly
44

55
<details>
66
<summary>

doc/ghrelnotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`):
121121

122122
```
123123
cd ~
124-
curl https://github.com/simonmichael/hledger/releases/download/1.50.4/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
124+
curl https://github.com/simonmichael/hledger/releases/download/1.51/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
125125
Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin
126126
hledger --version; hledger-ui --version; hledger-web --version # should show $REL
127127
```

0 commit comments

Comments
 (0)