Skip to content

Commit

Permalink
Merge pull request #6 from YamatoSecurity/version
Browse files Browse the repository at this point in the history
Version 1.0.0 released
  • Loading branch information
itiB authored Feb 12, 2021
2 parents 8fa65d5 + 260c35a commit 83e2520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn build_app() -> clap::App<'static, 'static> {

App::new(program)
.about("RustyBlue")
.version("0.0.1")
.version("1.0.0")
.author("YamatoSecurity <info@yamatosecurity.com>")
.setting(AppSettings::VersionlessSubcommands)
.arg(Arg::from_usage(
Expand Down

0 comments on commit 83e2520

Please sign in to comment.