openvidu-deployment: add next version 3.5.0 to update.sh

master
cruizba 2025-12-29 11:35:18 +01:00
parent 5ba3e912c9
commit 14009f6041
1 changed files with 1 additions and 0 deletions

View File

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