Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswald committed Dec 14, 2022
1 parent b5e84b3 commit 4984b0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
DemoConfig
DemoConfig
.idea/
4 changes: 1 addition & 3 deletions brew_bottle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ build_artifacts() {
}

create_github_release() {
gh release create -t "$VERSION" -n "Release $VERSION" $VERSION *.bottle.tar.gz
gh workflow run bottle --raw-field versionString=$VERSION

gh release create --generate-notes $VERSION *.bottle.tar.gz
}

# tests that a command exists
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.0",
version = "1.1.0",
author = "Akamai MFA <mfa.akamai.com/help>",
name = "akr - Akamai Krypton"
)]
Expand Down

0 comments on commit 4984b0d

Please sign in to comment.