We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c1faf commit daafa05Copy full SHA for daafa05
hledger-install/hledger-install.sh
@@ -3,16 +3,16 @@
3
# This was based on get-stack.sh which was copyright (c) 2015-2017, Stack contributors.
4
5
# This install script's version.
6
-HLEDGER_INSTALL_VERSION=20250307
+HLEDGER_INSTALL_VERSION=20250312
7
8
# Package versions to be installed by this install script.
9
# Keep synced with the tools above.
10
# When changing remember to also bump HLEDGER_INSTALL_VERSION.
11
# Official:
12
-HLEDGER_LIB_VERSION=1.42
13
-HLEDGER_VERSION=1.42
14
-HLEDGER_UI_VERSION=1.42
15
-HLEDGER_WEB_VERSION=1.42
+HLEDGER_LIB_VERSION=1.42.1
+HLEDGER_VERSION=1.42.1
+HLEDGER_UI_VERSION=1.42.1
+HLEDGER_WEB_VERSION=1.42.1
16
# Third-party:
17
HLEDGER_IADD_VERSION=1.3.21
18
HLEDGER_INTEREST_VERSION=1.6.7
0 commit comments