File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 2068
1+ 2099
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ if [ -f "build_number" ]; then
1111 BUILD_NUM=$( cat build_number)
1212 BUILD_NUM=$(( BUILD_NUM + 1 ))
1313 echo $BUILD_NUM > build_number
14- VERSION=" 2.5 .0.${BUILD_NUM} "
14+ VERSION=" 2.6 .0.${BUILD_NUM} "
1515else
1616 BUILD_NUM=1
1717 echo $BUILD_NUM > build_number
18- VERSION=" 2.5 .0.1"
18+ VERSION=" 2.6 .0.1"
1919fi
2020
2121# Sync version to frontend
Original file line number Diff line number Diff 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.5 .0.2071 " ;
25+ const APP_VERSION = "2.6 .0.2099 " ;
2626
2727const translations : any = {
2828 "en" : {
Original file line number Diff line number Diff line change 1- export const buildNumber = "2068 " ;
1+ export const buildNumber = "2099 " ;
You can’t perform that action at this time.
0 commit comments