Skip to content

Commit 62b28f3

Browse files
authored
Update download-release.sh
1 parent 4fb6fb2 commit 62b28f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# release version
4-
SCROLL_ZKVM_VERSION=0.5.0rc0
4+
SCROLL_ZKVM_VERSION=0.5.0
55
if [ -z "${SCROLL_ZKVM_VERSION}" ]; then
66
echo "SCROLL_ZKVM_VERSION not set"
77
exit 1

0 commit comments

Comments
 (0)