Skip to content

Commit 192f71e

Browse files
authored
Merge pull request #343 from stepchowfun/install-v0.25.1
Install v0.25.1 by default
2 parents 94b4d3c + 0cf78cd commit 192f71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DESTINATION="${PREFIX:-/usr/local/bin}/docuum"
1515

1616
# Which version to download
17-
RELEASE="v${VERSION:-0.25.0}"
17+
RELEASE="v${VERSION:-0.25.1}"
1818

1919
# Determine which binary to download.
2020
FILENAME=''

0 commit comments

Comments
 (0)