aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-06-22 19:47:51 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-06-22 19:47:51 +0000
commit892ef493eb34216b3bbfb04d6b24b756c87b334c (patch)
treea4456194f592ee54e833b938dde2663c2c704bd2
parentb8512ce0730e1575f4329e3b78a1540e5228d4f0 (diff)
i fixed the rest of the install functions
-rw-r--r--src/vars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vars.c b/src/vars.c
index b205941..2691777 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -51,7 +51,7 @@ const char *get_install_dir(const char *key) {
return "";
}
-const char *version = "1.0.0_INDEV";
+const char *version = "1.0.0";
const char *red = "\e[0;31m";
const char *green = "\e[0;32m";