Skip to content

Commit

Permalink
Version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Sep 10, 2023
1 parent e3d6e54 commit 1052dcb
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.4"
version = "0.3.5"
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.4
.stdout(r#"template-cli 0.3.5
"#)
.stderr("");
}
Expand Down

0 comments on commit 1052dcb

Please sign in to comment.