chore: update CURRENT_VERSION to 0.1.6
taylorwalton committed
Dec 4, 2025 at 14:03 UTC
2fb4aea3fb1c164e5a5b0834d42f5e078eb2a0c7
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.5"
10
+CURRENT_VERSION = "0.1.6"
11
VERSION_CHECK_URL = "https://api.github.com/repos/socfortress/CoPilot/releases/latest"
12
13