diff --git a/Cargo.lock b/Cargo.lock index 806180f..9791853 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "azure-pim-cli" -version = "0.0.11" +version = "0.1.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 2761040..94dab6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["azure"] license = "MIT" name = "azure-pim-cli" repository = "https://github.com/demoray/azure-pim-cli" -version = "0.0.11" +version = "0.1.0" [dependencies] anyhow = "1.0"