Skip to content

Commit

Permalink
Update banner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
6abd authored Jun 30, 2024
1 parent 71a80b6 commit 1f8789a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/init/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from colorama import Fore # For text colour.
import random # For tagline.

version = ("1.2.4") # Major.Minor.Rev/Build
version = ("1.2.6") # Major.Minor.Rev/Build
motd = (f"{Fore.LIGHTRED_EX}Are you worried yet?{Fore.LIGHTRED_EX}") # Always use 20 char max.
tag = [' Access the matrix', ' Break the system'] # Use spaces to centre the tag to the divider bar.

Expand Down

0 comments on commit 1f8789a

Please sign in to comment.