From b64ba942e686956f89690c96a124e7bb26fd023b Mon Sep 17 00:00:00 2001 From: Jong Eun Lee Date: Mon, 30 Sep 2024 22:11:42 +0800 Subject: [PATCH] update version index --- index.html | 4 ++-- manifest.json | 2 +- package.json | 2 +- react/package.json | 2 +- version.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 9ea8def296..68db8783ee 100644 --- a/index.html +++ b/index.html @@ -32,8 +32,8 @@ NODE_ENV: 'production' } }; - globalThis.packageVersion = "24.09.0-alpha.1"; - globalThis.buildNumber = "6011"; + globalThis.packageVersion = "24.09.0-rc.0"; + globalThis.buildNumber = "6284"; diff --git a/manifest.json b/manifest.json index ea4a8b3a3d..5e1d68b809 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 9, "name": "Backend.AI Web UI", "short_name": "BackendAIWebUI", - "version": "24.09.0-alpha.1", + "version": "24.09.0-rc.0", "start_url": "/", "display": "standalone", "background_color": "#fff", diff --git a/package.json b/package.json index 4793134268..2550701444 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "backend.ai-webui", "productName": "Backend.AI Desktop", - "version": "24.09.0-alpha.1", + "version": "24.09.0-rc.0", "repository": "https://github.com/lablup/backend.ai-webui.git", "author": "Lablup Inc. ", "license": "LGPL-3.0-or-later", diff --git a/react/package.json b/react/package.json index ae6d392e82..e7ef14118b 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "backend-ai-webui-react", - "version": "24.09.0-alpha.1", + "version": "24.09.0-rc.0", "private": true, "dependencies": { "@ai-sdk/openai": "^0.0.36", diff --git a/version.json b/version.json index ae38cc4889..5ee8adcfae 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "package": "24.09.0-alpha.1", "buildNumber": "6111", "buildDate": "240703.130731", "revision": "d8cea1cb" } +{ "package": "24.09.0-rc.0", "buildNumber": "6284", "buildDate": "240930.220903", "revision": "431f70d1" }