From 49093f99c1727744720b6e164bc9130abb85e50d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 12 Nov 2023 18:23:18 -0600 Subject: [PATCH] cli: Bump to v0.1.1 --- cli/Cargo.toml | 2 +- cli/sshca-cli.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c1725ee..e799ac6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sshca-cli" -version = "0.1.0" +version = "0.1.1" description = "CLI client for SSHCA" homepage = "https://git.pyrocufflink.net/dustin/sshca" authors = ["Dustin C. Hatch "] diff --git a/cli/sshca-cli.spec b/cli/sshca-cli.spec index 55197cb..afe946a 100644 --- a/cli/sshca-cli.spec +++ b/cli/sshca-cli.spec @@ -7,7 +7,7 @@ %global crate sshca-cli Name: sshca-cli -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: CLI client for SSHCA