Skip to content

Commit

Permalink
update version in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Busch committed Jun 4, 2023
1 parent 747a7c4 commit ef31c09
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 @@ -136,7 +136,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
)
.split(size);

let copyright = Paragraph::new("Github Assistant - All rights reserved - V0.1.3 - Simon-Busch ®")
let copyright = Paragraph::new("Github Assistant - All rights reserved - V0.1.4 - Simon-Busch ®")
.style(Style::default().fg(Color::LightCyan))
.alignment(Alignment::Center)
.block(
Expand Down

0 comments on commit ef31c09

Please sign in to comment.