Skip to content

Commit a1b3b71

Browse files
committed
;doc:gh relnotes: 1.50.5
1 parent 71b1f55 commit a1b3b71

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...binaries
3+
These binaries have the following changes since the 1.50.5 release: https://github.com/simonmichael/hledger/compare/1.50.5...binaries
44
<!-- compare with binaries branch; updates promptly, should be equivalent to.. -->
55
<!-- https://github.com/simonmichael/hledger/compare/1.50...nightly --> <!-- compare with nightly tag; sometimes doesn't update reliably -->
66

doc/ghrelnotes

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

110110
```
111111
cd ~
112-
curl https://github.com/simonmichael/hledger/releases/download/1.50.4/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
112+
curl https://github.com/simonmichael/hledger/releases/download/1.50.5/hledger-windows-x64.zip -OutFile hledger-windows-x64.zip
113113
Expand-Archive hledger-windows-x64.zip -Force -DestinationPath AppData\Roaming\local\bin
114114
hledger --version; hledger-ui --version; hledger-web --version # should show $REL
115115
```

0 commit comments

Comments
 (0)