From 0cf78cd26203f31e1ff76885efaea34ec0bb2b21 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Sun, 19 Oct 2025 23:35:45 -0700 Subject: [PATCH] Install v0.25.1 by default --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c84f6c6..6804ec0 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ DESTINATION="${PREFIX:-/usr/local/bin}/docuum" # Which version to download - RELEASE="v${VERSION:-0.25.0}" + RELEASE="v${VERSION:-0.25.1}" # Determine which binary to download. FILENAME=''