Skip to content

Commit

Permalink
Rev 593: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer01 committed Jul 23, 2024
1 parent 2c9afac commit 45708dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions src/app_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'

#
Expand Down

0 comments on commit 45708dc

Please sign in to comment.