]> git.huck.website - metaforge.git/commitdiff
updated: -V version number
authorHuck Boles <huck@huck.website>
Sat, 3 Jun 2023 00:54:47 +0000 (19:54 -0500)
committerHuck Boles <huck@huck.website>
Sat, 3 Jun 2023 00:54:47 +0000 (19:54 -0500)
src/options.rs

index 11e8a2ca21987e17c39cfb5fb4036b95061f1b7c..0b021e74d0e4a7979ee9b9531d3f72ff8d5fea15 100644 (file)
@@ -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 {