Skip to content

Commit 32f08ca

Browse files
committed
Version 0.4.3
1 parent 0ad1454 commit 32f08ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "template-cli"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
authors = ["Hidde Wieringa <hidde@hiddewieringa.nl>"]
66
description = "CLI for templating based on JSON, YAML or HCL configuration"

tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn version() {
7272

7373
assert
7474
.success()
75-
.stdout(r#"template-cli 0.4.2
75+
.stdout(r#"template-cli 0.4.3
7676
"#)
7777
.stderr("");
7878
}

0 commit comments

Comments
 (0)