Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Jul 11, 2021
1 parent 0f86761 commit e7e25fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ where

pub fn build_cli() -> App<'static, 'static> {
App::new("nix-template")
.version("0.1.0")
.version("0.1.1")
.author("Jon Ringer <[email protected]>")
.about("Create common nix expressions")
.version_short("V")
Expand Down

0 comments on commit e7e25fb

Please sign in to comment.