Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bozbez committed May 2, 2022
1 parent 449829f commit 5575fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use std::sync::mpsc;
use std::thread;

#[derive(Parser, Debug)]
#[clap(version = "0.1.1", author = "Joe K. <joe.kaushal@gmail.com>")]
#[clap(version = "0.1.2", author = "Joe K. <joe.kaushal@gmail.com>")]
struct Opts {
#[clap(short, long, default_value = "config.ron")]
config: String,
Expand Down Expand Up @@ -52,7 +52,7 @@ fn main() {
env_logger::Env::default().filter_or(env_logger::DEFAULT_FILTER_ENV, "info"),
);

info!("rlm2c 0.1.1 - github.com/bozbez/rlm2c");
info!("rlm2c 0.1.2 - github.com/bozbez/rlm2c");

let opts: Opts = Opts::parse();

Expand Down

0 comments on commit 5575fa9

Please sign in to comment.