Skip to content

Commit

Permalink
add: beta release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RealistikDash committed Nov 8, 2023
1 parent 5b8277a commit 81faf69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fps_bypass/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import os

VERSION = (0, 1, 4)
VERSION = (0, 1, 5)

ERR_SUCCESS = 0
ERR_FAILURE = 1
Expand Down Expand Up @@ -48,6 +48,13 @@
highlight=False,
)

console.print(
"This is a beta release for the 4.2 client. FPS values exceeding your refresh "
"may not work.",
style="bold underline red",
highlight=False,
)

is_debug_mode = "debug" in sys.argv

logging.basicConfig(
Expand Down

0 comments on commit 81faf69

Please sign in to comment.