Skip to content

Commit

Permalink
Merge pull request #42 from 2nd-Layer/autodetect_version
Browse files Browse the repository at this point in the history
feat: Auto-detect version
  • Loading branch information
mark-stopka committed Jan 9, 2022
2 parents 9f39166 + 3e91348 commit cfe247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/oura/main.rs
Expand Up @@ -11,7 +11,7 @@ fn main() {
let args = App::new("app")
.name("oura")
.about("the tail of cardano")
.version("v0.3.10")
.version(env!("CARGO_PKG_VERSION"))
.subcommand(
App::new("watch")
.arg(Arg::new("socket").required(true))
Expand Down

0 comments on commit cfe247b

Please sign in to comment.