diff --git a/Cargo.lock b/Cargo.lock index ca64f8d4..f12bef7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -988,7 +988,7 @@ dependencies = [ [[package]] name = "oura" -version = "0.3.8" +version = "0.3.9" dependencies = [ "bech32", "clap", diff --git a/Cargo.toml b/Cargo.toml index ae654fa8..6dbf66f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "oura" description = "The tail of Cardano" -version = "0.3.8" +version = "0.3.9" edition = "2021" repository = "https://github.com/txpipe/oura" homepage = "https://github.com/txpipe/oura" diff --git a/src/bin/oura/main.rs b/src/bin/oura/main.rs index ecf50b1d..b2391682 100644 --- a/src/bin/oura/main.rs +++ b/src/bin/oura/main.rs @@ -11,7 +11,7 @@ fn main() { let args = App::new("app") .name("oura") .about("the tail of cardano") - .version("v0.3.8") + .version("v0.3.9") .subcommand( App::new("watch") .arg(Arg::new("socket").required(true))