@cryptotaxi247 / CoPilot / commits / 8fc91e42

chore(version): update CURRENT_VERSION to 0.1.68

taylorwalton committed Jun 1, 2026 at 20:47 UTC 8fc91e425ad6e373386948c7f6db650d93de9d80
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.67"
10 +CURRENT_VERSION = "0.1.68"
11 VERSION_CHECK_URL = "https://api.github.com/repos/socfortress/CoPilot/releases/latest"
12
13