remove v from version number

This commit is contained in:
SowinskiBraeden committed 2026-06-22 18:40:12 -07:00
1 parent 434793d89e
commit 6fcdc2946d
1 file changed
+1 -1
+1 -1
View File
@@ -8,7 +8,7 @@ BASE_DIR = Path(__file__).resolve().parent
DATA_PATH = BASE_DIR / "data" / "entries.csv"
ELIGIBLE_MIN_SESSIONS = 3
APP_VERSION = "v1.8.4"
APP_VERSION = "1.8.4"
def load_local_env(env_path: Path) -> None: