Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion op-up/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# All configs are here.
# If you modify the configs in any way, please also update the help text below.
OP_UP_VERSION="${OP_UP_VERSION:-0.1.0}" # The default version is hardcoded for now.
OP_UP_VERSION="${OP_UP_VERSION:-0.1.1}" # The default version is hardcoded for now.
OP_UP_REPO="${OP_UP_REPO:-ethereum-optimism/optimism}"
OP_UP_DIR="${OP_UP_DIR:-"${HOME}/.op-up"}"

Expand Down