From 84e038342f11c0f39e885b28ef43d8972408fd8c Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Mon, 6 Apr 2026 00:30:40 -0700 Subject: [PATCH] Install v0.27.0 by default --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b27a972..c4f37d4 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.26.1}" + RELEASE="v${VERSION:-0.27.0}" # Determine which binary to download. FILENAME=''