We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270757b commit 4307759Copy full SHA for 4307759
scripts/update-and-rebuild.sh
@@ -5,7 +5,7 @@ set -euxo pipefail
5
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
OSMOSIS_REV=${1:-main}
7
8
-LATEST_OSMOSIS_VERSION="v16"
+LATEST_OSMOSIS_VERSION="v21"
9
10
# if "$OSMOIS_REV" is /v\d+/ then extract it as var
11
if [[ "$OSMOSIS_REV" =~ ^v[0-9]+ ]]; then
0 commit comments