Skip to content

Commit e7e25fb

Browse files
committed
0.1.1 release
1 parent 0f86761 commit e7e25fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ where
1515

1616
pub fn build_cli() -> App<'static, 'static> {
1717
App::new("nix-template")
18-
.version("0.1.0")
18+
.version("0.1.1")
1919
.author("Jon Ringer <jonringer117@gmail.com>")
2020
.about("Create common nix expressions")
2121
.version_short("V")

0 commit comments

Comments
 (0)