Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterbweise committed Aug 29, 2024
1 parent b97e3e8 commit a253a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fn print_logo() {
println!("\n┌─────────────────────────────────────────────────────────────────────────────────────────────┐");
println!("│ \x1b[1mPlutonium Key Generator\x1b[0m │");
println!("├─────────────────────────────────────────────────────────────────────────────────────────────┤");
println!("│ \x1b[1;33mVersion\x1b[0m │ 1.0.0 │");
println!("│ \x1b[1;33mVersion\x1b[0m │ 1.1.0 │");
println!("│ \x1b[1;33mAuthor\x1b[0m │ Sterbweise │");
println!("│ \x1b[1;33mDescription\x1b[0m │ A command-line tool for generating keys for various Plutonium game servers. │");
println!("│ \x1b[1;33mRepository\x1b[0m │ https://github.com/sterbweise/plutonium-key-generator │");
Expand Down

0 comments on commit a253a68

Please sign in to comment.