From deeeffd36ce4a07ac6a52eb7163adcb9158bacb9 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Wed, 6 Mar 2024 21:18:06 -0800 Subject: [PATCH] bump for 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53eb7fb..d4234ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [package] +version = "0.2.1" authors = ["josh rotenberg "] description = "Architectural Decision Record command line tool" documentation = "https://github.com/joshrotenberg/adrs" @@ -8,7 +9,6 @@ license = "MIT/Apache-2.0" name = "adrs" readme = "README.md" repository = "https://github.com/joshrotenberg/adrs.git" -version = "0.2.0" [dependencies] anyhow = "1.0.80"