Skip to content

Commit

Permalink
Bump version to v0.0.4, and idk why
Browse files Browse the repository at this point in the history
  • Loading branch information
0x24a committed Jul 30, 2024
1 parent c64fc77 commit 365a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def generate_key(base_key: str) -> GenerateResults:

def cli(num: int):
rich.print("[bold][yellow]WARP+ Key Generator[/yellow][/bold]")
rich.print("By [blue]0x24a[/blue], Version [bold][green]v0.0.3[/green][/bold]")
rich.print("By [blue]0x24a[/blue], Version [bold][green]v0.0.4[/green][/bold]")
rich.print("[green]Loading basekeys from the Github Repo...[/green]")
try:
request = httpx.get("https://raw.githubusercontent.com/0x24a/WarpPlusKeyGenerator-NG/main/BASE_KEYS.txt",timeout=5).text
Expand Down

0 comments on commit 365a741

Please sign in to comment.