Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Apr 21, 2024
2 parents 80f04b8 + 20048bb commit 18f8675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "template-cli"
version = "0.3.7"
version = "0.4.0"
edition = "2021"
authors = ["Hidde Wieringa <[email protected]>"]
description = "CLI for templating based on JSON, YAML or HCL configuration"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fn version() {

assert
.success()
.stdout(r#"template-cli 0.3.7
.stdout(r#"template-cli 0.4.0
"#)
.stderr("");
}
Expand Down

0 comments on commit 18f8675

Please sign in to comment.