Compare commits

..

1 Commits

Author SHA1 Message Date
Mike Reeves
664f3fd18a Fix soup 2026-04-01 14:47:05 -04:00
3 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ body:
options:
-
- 3.0.0
- 3.1.0
- Other (please provide detail below)
validations:
required: true

View File

@@ -1 +1 @@
3.1.0
3.0.0

View File

@@ -924,7 +924,7 @@ run_network_intermediate_upgrade() {
if [[ -n "$BRANCH" ]]; then
local originally_requested_so_branch="$BRANCH"
else
local originally_requested_so_branch="2.4/main"
local originally_requested_so_branch="3/main"
fi
echo "Starting automated intermediate upgrade to $next_step_so_version."