Skip to content

Commit

Permalink
fix: wrong version in help command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmuente committed Sep 13, 2021
1 parent 4f7a513 commit 0726420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Expand Up @@ -6,7 +6,6 @@ use std::sync::mpsc;
use std::sync::Arc;
use std::sync::Mutex;
use std::{thread, time};
use clap::crate_version;

#[derive(Clap)]
#[clap(version = crate_version!(), author = "Josh M. <https://github.com/joshmuente>")]
Expand Down

0 comments on commit 0726420

Please sign in to comment.