From b5c9de3097c4d77c4bb9daf2a66b85b81cfd07a8 Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Wed, 2 Jul 2025 01:34:43 +0200 Subject: [PATCH] i realized i had to use semantic versioning --- modules/globalvars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globalvars.py b/modules/globalvars.py index 7adc523..d8155e3 100644 --- a/modules/globalvars.py +++ b/modules/globalvars.py @@ -39,5 +39,5 @@ arch = platform.machine() slash_commands_enabled = False launched = False latest_version = "0.0.0" -local_version = "2.0.0a1 (spaCy)" +local_version = "1.0.7" os.environ['gooberlocal_version'] = local_version