change version

This commit is contained in:
jb-alvarado 2022-06-21 17:57:04 +02:00
parent 4080fa7396
commit bb60f894ec

View File

@ -3,7 +3,7 @@ use clap::Parser;
#[derive(Parser, Debug, Clone)]
#[clap(version,
name = "ffpapi",
version = "0.1.0",
version = "0.3.0",
about = "ffplayout REST API",
long_about = None)]
pub struct Args {