Skip to content

Commit cd66640

Browse files
committed
feat(cli): Add version number to help output
1 parent 16ed4b4 commit cd66640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/oura/main.rs

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

0 commit comments

Comments
 (0)