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 35a8db3 commit 0f0fb62Copy full SHA for 0f0fb62
build_number
@@ -1 +1 @@
1
-2153
+2154
frontend/src/App.tsx
@@ -23,7 +23,7 @@ const subscriptionUrls: {[key: string]: string} = {
23
"CodeRelay": "https://api.code-relay.com/register?aff=0ZtO"
24
};
25
26
-const APP_VERSION = "2.6.1.2153";
+const APP_VERSION = "2.6.1.2154";
27
28
const translations: any = {
29
"en": {
frontend/src/version.ts
-export const buildNumber = "2153";
+export const buildNumber = "2154";
0 commit comments