diff --git a/Cargo.lock b/Cargo.lock index 16d451d..9ec2a3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "nix-template" -version = "0.1.4" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 808a69e..ef3c9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-template" -version = "0.1.4" +version = "0.2.0" description = "Utility to generate common nix expressions" license = "CC0-1.0" homepage = "https://github.com/jonringer/nix-template" diff --git a/src/cli.rs b/src/cli.rs index f0a0c5e..107538d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -26,7 +26,7 @@ pub fn assert(pred: bool, message: &str) { pub fn build_cli() -> App<'static, 'static> { App::new("nix-template") - .version("0.1.4") + .version("0.2.0") .author("Jon Ringer ") .about("Create common nix expressions") .version_short("V")