Apply Version Updates From Current Changes (#2522)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
github-actions[bot]
2022-02-10 18:03:25 -03:00
committed by GitHub
parent 18b7ffb4e2
commit 0876bbbb57
44 changed files with 2557 additions and 1458 deletions

View File

@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
declare -a examples=("api" "sidecar" "updater" "resources")
declare -a examples=("api" "sidecar" "updater" "resources", "isolation")
declare -a tooling=("bench" "cli" "webdriver")
for example in "${examples[@]}"