Skip to content

Commit

Permalink
update: version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Mar 5, 2024
1 parent 2269d9a commit 0abd03b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
NODE_ENV: 'production'
}
};
globalThis.packageVersion = "23.09.9";
globalThis.packageVersion = "23.09.10-rc.1";
globalThis.buildVersion = "231124.171156";
</script>
<!-- DO NOT CHANGE BELOW LINE -->
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 9,
"name": "Backend.AI Web UI",
"short_name": "BackendAIWebUI",
"version": "23.09.9",
"version": "23.09.10-rc.1",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend.ai-webui",
"productName": "Backend.AI Desktop",
"version": "23.09.9",
"version": "23.09.10-rc.1",
"repository": "https://github.com/lablup/backend.ai-webui.git",
"author": "Lablup Inc. <[email protected]>",
"license": "LGPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend-ai-webui-react",
"version": "23.09.9",
"version": "23.09.10-rc.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/backend-ai-webui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.9.5920</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.10-rc.1.5934</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down Expand Up @@ -1903,7 +1903,7 @@ export default class BackendAIWebUI extends connect(store)(LitElement) {
</div>
<address class="full-menu">
<small class="sidebar-footer">Lablup Inc.</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.9.5920</small>
<small class="sidebar-footer" style="font-size:9px;">23.09.10-rc.1.5934</small>
</address>
<div id="sidebar-navbar-footer" class="vertical start end-justified layout" style="margin-left:16px;">
<backend-ai-help-button active style="margin-left:4px;"></backend-ai-help-button>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "package": "23.09.9", "buildNumber": "5920", "buildDate": "240305.220356", "revision": "3eac1225" }
{ "package": "23.09.10-rc.1", "buildNumber": "5934", "buildDate": "240305.220317", "revision": "2269d9af" }

0 comments on commit 0abd03b

Please sign in to comment.