@cryptotaxi247 / CoPilot / commits / 11b9edeb

chore: update CURRENT_VERSION to 0.1.64

taylorwalton committed May 9, 2026 at 12:45 UTC 11b9edebd2d83f5e0d1f128370a7ed290be7726b
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.63"
10 +CURRENT_VERSION = "0.1.64"
11 VERSION_CHECK_URL = "https://api.github.com/repos/socfortress/CoPilot/releases/latest"
12
13