Skip to content

Commit bb2ba31

Browse files
znsoftznsoft
authored andcommitted
chore(release): bump version to 2.6.0.2099
1 parent dc37094 commit bb2ba31

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build_number

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

build_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"
1515
else
1616
BUILD_NUM=1
1717
echo $BUILD_NUM > build_number
18-
VERSION="2.5.0.1"
18+
VERSION="2.6.0.1"
1919
fi
2020

2121
# Sync version to frontend

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.5.0.2071";
25+
const APP_VERSION = "2.6.0.2099";
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 = "2068";
1+
export const buildNumber = "2099";

0 commit comments

Comments
 (0)