Skip to content

Commit eb23d13

Browse files
committed
Release v0.3.9
1 parent cd66640 commit eb23d13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oura"
33
description = "The tail of Cardano"
4-
version = "0.3.8"
4+
version = "0.3.9"
55
edition = "2021"
66
repository = "https://github.com/txpipe/oura"
77
homepage = "https://github.com/txpipe/oura"

src/bin/oura/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn main() {
1111
let args = App::new("app")
1212
.name("oura")
1313
.about("the tail of cardano")
14-
.version("v0.3.8")
14+
.version("v0.3.9")
1515
.subcommand(
1616
App::new("watch")
1717
.arg(Arg::new("socket").required(true))

0 commit comments

Comments
 (0)