From: Ian Jackson Date: Thu, 14 Jan 2021 20:33:44 +0000 (+0000) Subject: bump version to 0.3.0 X-Git-Tag: otter-0.3.0~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=83d55618afe02fb4855973fa3f6dee879ec61857;p=otter.git bump version to 0.3.0 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock.example b/Cargo.lock.example index 6bc4ddd0..f18ae35b 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1572,7 +1572,7 @@ dependencies = [ [[package]] name = "otter" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "argparse", diff --git a/Cargo.toml b/Cargo.toml index 59f7679d..d5af7204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ name = "otter" authors = ["Ian Jackson "] license = "AGPL-3.0-or-later" -version = "0.2.0" +version = "0.3.0" edition = "2018" [workspace]