Fixed incorrect version number being displayed.

This commit is contained in:
Nicolás Sánchez 2024-10-28 16:27:42 -03:00
parent dd13dd6988
commit a8a7bbcb03
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2024.10.28:
. Docstrings and comments improvements.
2024.10.25: 2024.10.25:
. Modified some strings. . Modified some strings.

View File

@ -22,7 +22,7 @@ In case the permissions of the certificate changes, reset them this way:
# ll /etc/letsencrypt/ # 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 Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors