We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2ba31 commit c819aabCopy full SHA for c819aab
build_number
@@ -1 +1 @@
1
-2099
+2100
frontend/src/App.tsx
@@ -22,7 +22,7 @@ const subscriptionUrls: {[key: string]: string} = {
22
"DeepSeek": "https://platform.deepseek.com/api_keys"
23
};
24
25
-const APP_VERSION = "2.6.0.2099";
+const APP_VERSION = "2.6.0.2100";
26
27
const translations: any = {
28
"en": {
frontend/src/version.ts
-export const buildNumber = "2099";
+export const buildNumber = "2100";
0 commit comments