Browse Source

Update BOT_VERSION to 2.2.125 for release preparation

Carles Sentis 1 tháng trước cách đây
mục cha
commit
b39af68d2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"))