Skip to content

Commit

Permalink
Release v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 7, 2022
1 parent cd66640 commit eb23d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/oura/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit eb23d13

Please sign in to comment.