diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-24 23:41:07 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-24 23:41:07 +0000 |
| commit | 5fc668d59ea4e70c01a101fef8625783a6a78217 (patch) | |
| tree | db04d27f6cce184ded0dcda17e001765e0072ee6 /src/vars.c | |
| parent | ce36dbdde5364ebb10c052c5d0aee64547e8f34f (diff) | |
fixed update command, no more segfaults1.1.3
Diffstat (limited to 'src/vars.c')
| -rw-r--r-- | src/vars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ const char *get_install_dir(const char *key) { return ""; } -const char *version = "1.1.2"; +const char *version = "1.1.3"; const char *red = "\e[0;31m"; const char *green = "\e[0;32m"; |
