From cab2ea4f2ef7ad3e0e1894698f6c8c2c43104ef2 Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Fri, 2 Jun 2023 19:54:47 -0500 Subject: [PATCH] updated: -V version number --- src/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.rs b/src/options.rs index 11e8a2c..0b021e7 100644 --- a/src/options.rs +++ b/src/options.rs @@ -4,7 +4,7 @@ use std::path::PathBuf; #[derive(Parser, Debug)] #[command(author = "huck boles")] -#[command(version = "0.1.2")] +#[command(version = "0.1.3")] #[command(about = "customizable template driven static site generator")] #[command(long_about = None)] pub struct Opts { -- 2.44.2