From 45708dc498d3ac620608f41d6438536f0922db76 Mon Sep 17 00:00:00 2001 From: trickerer01 Date: Tue, 23 Jul 2024 18:45:23 +0700 Subject: [PATCH] Rev 593: Update README.md --- README.md | 2 +- src/app_revision.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fae8a7..24925aa 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ If any problem occurs it will yield some info unless it's an unexpected fatal er - **ERROR**: if you see this the download process may fail, Ruxx can only retry the failed action, in most cases that's enough ### Technical info -Ruxx is written in Python (3.7). Lines of code: 9100+. Executables built using PyInstaller (5.8 for Windows, 3.6 for Linux) +Ruxx is written in Python (3.7). Lines of code: 9800+. Executables built using PyInstaller (5.8 for Windows, 3.6 for Linux) ### Support For bug reports, questions and feature requests use our [issue tracker](https://github.com/trickerer01/Ruxx/issues) diff --git a/src/app_revision.py b/src/app_revision.py index b151a5e..da6e30c 100644 --- a/src/app_revision.py +++ b/src/app_revision.py @@ -9,10 +9,10 @@ APP_NAME = 'Ruxx' APP_VER_MAJOR = '1' APP_VER_SUB = '3' -APP_REVISION = '592' +APP_REVISION = '593' APP_IS_BETA = False APP_IS_BETA_TEXT = 'b' * APP_IS_BETA -APP_REV_DATE = '20 Jul 2024' +APP_REV_DATE = '23 Jul 2024' APP_VERSION = f'{APP_VER_MAJOR}.{APP_VER_SUB} r{APP_REVISION}{APP_IS_BETA_TEXT}' #