From a8a7bbcb03fa68003c6ad0826ff638567c29eb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Mon, 28 Oct 2024 16:27:42 -0300 Subject: [PATCH] Fixed incorrect version number being displayed. --- changelog.txt | 3 +++ main.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 2dc7119..bcc2492 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2024.10.28: +. Docstrings and comments improvements. + 2024.10.25: . Modified some strings. diff --git a/main.py b/main.py index d843807..cb7aa18 100644 --- a/main.py +++ b/main.py @@ -22,7 +22,7 @@ In case the permissions of the certificate changes, reset them this way: # ll /etc/letsencrypt/ ''' -version = "2024.10.25" +version = "2024.10.28" ''' Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors