Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 993a6e6

Browse files
authored
Update download_parse.sh to 0.0.5
1 parent 19aa8de commit 993a6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download_parse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
cd "$(dirname "${BASH_SOURCE[0]}")"
5-
VERSION="v0.0.4"
5+
VERSION="v0.0.5"
66
rm -f parse.gz parse
77
curl -Lo parse.gz "https://github.com/Exafunction/codeium-parse/releases/download/$VERSION/parse.gz"
88
gzip -d parse.gz

0 commit comments

Comments
 (0)