瀏覽代碼

Update BOT_VERSION to 2.2.125 for release preparation

Carles Sentis 2 天之前
父節點
當前提交
b39af68d2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      trading_bot.py

+ 1 - 1
trading_bot.py

@@ -14,7 +14,7 @@ from datetime import datetime
 from pathlib import Path
 
 # Bot version
-BOT_VERSION = "2.2.0"
+BOT_VERSION = "2.2.125"
 
 # Add src directory to Python path
 sys.path.insert(0, str(Path(__file__).parent / "src"))