Skip to content

Commit 5a0e3d3

Browse files
committed
update version index
1 parent 47e930c commit 5a0e3d3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
NODE_ENV: 'production'
3333
}
3434
};
35-
globalThis.packageVersion = "25.2.0-rc.1";
36-
globalThis.buildNumber = "6468";
35+
globalThis.packageVersion = "25.2.0";
36+
globalThis.buildNumber = "6476";
3737

3838
</script>
3939
<!-- DO NOT CHANGE BELOW LINE -->

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 9,
44
"name": "Backend.AI Web UI",
55
"short_name": "BackendAIWebUI",
6-
"version": "25.2.0-rc.1",
6+
"version": "25.2.0",
77
"start_url": "/",
88
"display": "standalone",
99
"background_color": "#fff",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend.ai-webui",
33
"productName": "Backend.AI Desktop",
4-
"version": "25.2.0-rc.1",
4+
"version": "25.2.0",
55
"repository": "https://github.com/lablup/backend.ai-webui.git",
66
"author": "Lablup Inc. <[email protected]>",
77
"license": "LGPL-3.0-or-later",

react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend-ai-webui-react",
3-
"version": "25.2.0-rc.1",
3+
"version": "25.2.0",
44
"private": true,
55
"dependencies": {
66
"@ai-sdk/openai": "^1.0.11",

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "package": "25.2.0-rc.1", "buildNumber": "6468", "buildDate": "250207.160202", "revision": "f7103a7de" }
1+
{ "package": "25.2.0", "buildNumber": "6476", "buildDate": "250207.200205", "revision": "47e930c5b" }

0 commit comments

Comments
 (0)