Add version 3.5.0 -> 3.6.0 to get_next_version() function

chore/update-third-party-versions-7
GitHub Actions 2026-03-06 10:11:56 +00:00
parent 8874d10214
commit 68d803a4e9
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ get_next_version() {
"3.3.0") echo "3.4.0" ;;
"3.4.0") echo "3.4.1" ;;
"3.4.1") echo "3.5.0" ;;
"3.5.0") echo "3.6.0" ;;
*) echo "" ;;
esac
}