Skip to content

Commit

Permalink
Merge pull request #15 from blst-security/active-tests
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
GuyL99 authored Mar 24, 2022
2 parents 161c1f4 + 70bb6c8 commit 2910f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use colored::*;
use cherrybomb::*;
use mapper::digest::Header;

const VERSION: &str = "0.5.1";
const VERSION: &str = "0.5.2";
const MAP_FILE: &str = "map";
const DECIDE_FILE: &str = "decide";
const SWAGGER_OUTPUT_FILE: &str = "results.txt";
Expand Down

0 comments on commit 2910f92

Please sign in to comment.