Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed Sep 27, 2023
1 parent c738cb6 commit ac07736
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "abeye"
description = "🐝 OpenAPI client generator"
readme = "README.md"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT/Apache-2.0"
authors = ["Oliver Bøving <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ fn run() -> Result<()> {
Ok(())
}

/// 🐝 OpenAPI client generator
#[derive(Parser)]
#[command(author, version, about)]
struct Cli {
#[clap(subcommand)]
cmd: Command,
Expand Down

0 comments on commit ac07736

Please sign in to comment.