From 2273c2a7efef0fac22028ad27215f0dba155439c Mon Sep 17 00:00:00 2001 From: garciay Date: Tue, 24 Jan 2023 15:57:02 +0100 Subject: [PATCH] Update network scenarios to release 1.9.x (d2d) --- js-apps/frontend/src/js/app-constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-apps/frontend/src/js/app-constants.js b/js-apps/frontend/src/js/app-constants.js index f057438..6d15f43 100644 --- a/js-apps/frontend/src/js/app-constants.js +++ b/js-apps/frontend/src/js/app-constants.js @@ -3,7 +3,7 @@ */ // Version -export const MEC_SANDBOX_VERSION = 'v1.8'; +export const MEC_SANDBOX_VERSION = 'v1.9'; // Host export const HOST_PATH = location.origin; -- GitLab