Skip to content

Commit 1f8d70d

Browse files
committed
Bump to 0.2.0
1 parent 6389f3f commit 1f8d70d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nix-template"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "Utility to generate common nix expressions"
55
license = "CC0-1.0"
66
homepage = "https://github.com/jonringer/nix-template"

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub fn assert(pred: bool, message: &str) {
2626

2727
pub fn build_cli() -> App<'static, 'static> {
2828
App::new("nix-template")
29-
.version("0.1.4")
29+
.version("0.2.0")
3030
.author("Jon Ringer <jonringer117@gmail.com>")
3131
.about("Create common nix expressions")
3232
.version_short("V")

0 commit comments

Comments
 (0)