Update version strings in web UI

This commit is contained in:
Igor Katson 2023-12-06 01:31:23 +00:00
parent 630678ff37
commit 22d7f655a7
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ import { API } from "./api";
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<StrictMode>
<APIContext.Provider value={API}>
<RqbitWebUI title="Rqbit Desktop v4.0.0" />
<RqbitWebUI title="Rqbit Desktop v5.0.0-beta.0" />
</APIContext.Provider>
</StrictMode>
);