@cryptotaxi247 / CoPilot / commits / 2918fa80

feat: update current version to 0.1.36

taylorwalton committed Feb 3, 2026 at 11:16 UTC 2918fa8029ca076394efa2788768c8185709544b
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.35"
10 +CURRENT_VERSION = "0.1.36"
11 VERSION_CHECK_URL = "https://api.github.com/repos/socfortress/CoPilot/releases/latest"
12
13