diff --git a/Cargo.lock b/Cargo.lock index 34269ba..854eb2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "adrs" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0b49689..14fb7a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.2.4" +version = "0.2.5" authors = ["josh rotenberg "] description = "Architectural Decision Record command line tool" documentation = "https://github.com/joshrotenberg/adrs"