We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f86761 commit e7e25fbCopy full SHA for e7e25fb
src/cli.rs
@@ -15,7 +15,7 @@ where
15
16
pub fn build_cli() -> App<'static, 'static> {
17
App::new("nix-template")
18
- .version("0.1.0")
+ .version("0.1.1")
19
.author("Jon Ringer <jonringer117@gmail.com>")
20
.about("Create common nix expressions")
21
.version_short("V")
0 commit comments