Skip to content

Commit 4307759

Browse files
committed
update latest osmosis version to v21
1 parent 270757b commit 4307759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-and-rebuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euxo pipefail
55
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
66
OSMOSIS_REV=${1:-main}
77

8-
LATEST_OSMOSIS_VERSION="v16"
8+
LATEST_OSMOSIS_VERSION="v21"
99

1010
# if "$OSMOIS_REV" is /v\d+/ then extract it as var
1111
if [[ "$OSMOSIS_REV" =~ ^v[0-9]+ ]]; then

0 commit comments

Comments
 (0)