Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Update AFKBot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Dec 31, 2023
1 parent c37ee18 commit 9c8ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFKBot/AFKBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def __init__(self):
button.pack(pady=5)

self.version_label = customtkinter.CTkLabel(
self, width=215, text="Version 4.3.0 Stable", font=("", 14)
self, width=215, text="Version 4.3.1 Stable", font=("", 14)
)
self.version_label.pack(pady=5)

Expand Down

0 comments on commit 9c8ac8d

Please sign in to comment.