From cf41ebdb93564c01e719b29a8ced497043613a75 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Sun, 19 Mar 2023 21:27:34 +0900 Subject: [PATCH] update: version index (22.09) --- index.html | 4 ++-- manifest.json | 2 +- package.json | 2 +- src/components/backend-ai-webui.ts | 4 ++-- version.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 9f55083b36..08d22972ce 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "23.03.0a1"; - globalThis.buildVersion = "230316.150356"; + globalThis.packageVersion = "22.09.16"; + globalThis.buildVersion = "230319.210340";