Skip to content

Commit

Permalink
Update version in GUI itself
Browse files Browse the repository at this point in the history
  • Loading branch information
vswarte committed Aug 5, 2023
1 parent 2ef43dd commit 59571c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl Application for ReloaderGUI {
last_files: None,
log_entries: vec![
String::from("Made by chainfailure"),
String::from("Version 0.3.0-pre"),
String::from("Version 0.4.0"),
],
}, Command::none())
}
Expand Down

0 comments on commit 59571c5

Please sign in to comment.