From b10d302e57a288a295e080fbb46570e6f891cdbd Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 14 Feb 2021 22:33:22 +0000 Subject: Bump version --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 21241b83..c4ac30b2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,8 +25,8 @@ mod remote; #[derive(StructOpt)] #[structopt( author = "Ellie Huxtable ", - version = "0.1.0", - about = "Keep your shell history in sync" + version = "0.3.1", + about = "Magical shell history" )] struct Atuin { #[structopt(long, parse(from_os_str), help = "db file path")] -- cgit v1.2.3