Skip to content

Commit c819aab

Browse files
znsoftznsoft
authored andcommitted
macos
1 parent bb2ba31 commit c819aab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2099
1+
2100

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const subscriptionUrls: {[key: string]: string} = {
2222
"DeepSeek": "https://platform.deepseek.com/api_keys"
2323
};
2424

25-
const APP_VERSION = "2.6.0.2099";
25+
const APP_VERSION = "2.6.0.2100";
2626

2727
const translations: any = {
2828
"en": {

frontend/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const buildNumber = "2099";
1+
export const buildNumber = "2100";

0 commit comments

Comments
 (0)