diff --git a/Cargo.lock b/Cargo.lock index fe187b5..7a04c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2097,7 +2097,7 @@ checksum = "ed1202b2a6f884ae56f04cff409ab315c5ce26b5e58d7412e484f01fd52f52ef" [[package]] name = "matchstick" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 2cb3c48..4dfe9d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matchstick" -version = "0.5.0" +version = "0.6.0" authors = ["LimeChain "] edition = "2021" diff --git a/src/cli.rs b/src/cli.rs index 6e3a51d..2bf6b53 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -2,7 +2,7 @@ use clap::{App, Arg}; pub fn initialize() -> App<'static, 'static> { App::new("Matchstick 🔥") - .version("0.5.0") + .version("0.6.0") .author("Limechain ") .about("Unit testing framework for Subgraph development on The Graph protocol.") .arg(