We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ed4b4 commit cd66640Copy full SHA for cd66640
src/bin/oura/main.rs
@@ -11,6 +11,7 @@ fn main() {
11
let args = App::new("app")
12
.name("oura")
13
.about("the tail of cardano")
14
+ .version("v0.3.8")
15
.subcommand(
16
App::new("watch")
17
.arg(Arg::new("socket").required(true))
0 commit comments