Update release.sh to indicate main is 2.26 branch

pull/53/head
Jody Garnett 2024-03-04 22:18:25 -08:00 committed by GitHub
parent dbbbcea453
commit fd39d4fabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# error out if any statements fail # error out if any statements fail
set -e set -e
MAIN="2.25" MAIN="2.26"
function usage() { function usage() {
echo "$0 <mode> <version> [<build>]" echo "$0 <mode> <version> [<build>]"