summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-14 22:33:22 +0000
committerEllie Huxtable <e@elm.sh>2021-02-14 22:33:22 +0000
commitb10d302e57a288a295e080fbb46570e6f891cdbd (patch)
tree343e1a6a8c1bc35afd9597120646e74df2dce607 /src
parent06afd6065f08c32b7bd3f7a7dad445333d2a63a7 (diff)
Bump version
Diffstat (limited to 'src')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
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 <e@elm.sh>",
- 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")]