Skip to content

Commit

Permalink
Version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Sep 16, 2023
1 parent d7efeb5 commit 02574c6
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.5"
version = "0.3.6"
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.5
.stdout(r#"template-cli 0.3.6
"#)
.stderr("");
}
Expand Down

0 comments on commit 02574c6

Please sign in to comment.