@cryptotaxi247 / CoPilot / commits / fb7f8f4f

chore: update CURRENT_VERSION to 0.1.34

taylorwalton committed Feb 2, 2026 at 13:10 UTC fb7f8f4f595eb58015a50a506a1e38ccc2834188
1 file changed +1 -1
backend/app/version/services/version.py
+1 -1
@@ -7,7 +7,7 @@ from loguru import logger
7 from packaging.version import Version
8
9 # Current version - update this with each release
10 -CURRENT_VERSION = "0.1.33"
10 +CURRENT_VERSION = "0.1.34"
11 VERSION_CHECK_URL = "https://api.github.com/repos/socfortress/CoPilot/releases/latest"
12
13