From eb4a5ab4cd57e8059bb41ef7d715721aa1af049a Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 6 Jun 2024 15:03:43 +0100 Subject: chore: update email, gitignore, tweak ui (#2094) --- crates/atuin/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin/src/main.rs b/crates/atuin/src/main.rs index 16a80b10..eaa58664 100644 --- a/crates/atuin/src/main.rs +++ b/crates/atuin/src/main.rs @@ -27,7 +27,7 @@ static HELP_TEMPLATE: &str = "\ /// Magical shell history #[derive(Parser)] #[command( - author = "Ellie Huxtable ", + author = "Ellie Huxtable ", version = VERSION, help_template(HELP_TEMPLATE), )] -- cgit v1.3.1