Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilty committed Apr 12, 2023
1 parent 09c2a38 commit cd95863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/kr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "akr"
description = "Akamai MFA Developer CLI and SSH Agent"
version = "1.1.1"
version = "1.1.2"
authors = ["Alex Grinman <[email protected]>"]
edition = "2018"
license = "All Rights Reserved, Akamai Technologies"
Expand Down
2 changes: 1 addition & 1 deletion crates/kr/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::Clap;
/// as do all doc strings on fields
#[derive(Clap)]
#[clap(
version = "1.1.1",
version = "1.1.2",
author = "Akamai MFA <mfa.akamai.com/help>",
name = "akr - Akamai Krypton"
)]
Expand Down

0 comments on commit cd95863

Please sign in to comment.