Skip to content

Commit

Permalink
feat: Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JakWai01 committed Jul 30, 2022
1 parent d2332c8 commit c7b0e9b
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
@@ -1,6 +1,6 @@
[package]
name = "lurk-cli"
version = "0.2.8"
version = "0.2.9"
edition = "2021"
authors = ["Jakob Waibel <[email protected]>"]
description = "lurk is a pretty (simple) alternative to strace."
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use clap::{Arg, Command};

pub fn build_app() -> Command<'static> {
let app = Command::new("lurk")
.version("0.2.8")
.version("0.2.9")
.trailing_var_arg(true)
.arg(
Arg::new("syscall-number")
Expand Down

0 comments on commit c7b0e9b

Please sign in to comment.