We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fb7a2 commit 81992c3Copy full SHA for 81992c3
5 files changed
.complate/config.yaml
@@ -1,4 +1,4 @@
1
-version: 0.11
+version: 0.12
2
templates:
3
zero:
4
content:
docs/README.md
@@ -22,7 +22,7 @@ Download and install from the GitHub releases
22
An example:
23
24
```
25
26
27
28
examples/git/.complate/config.yaml
commit:
examples/helm/.complate/config.yaml
chart:
src/config/mod.rs
@@ -61,7 +61,7 @@ pub enum VariableDefinition {
61
}
62
63
pub async fn default_config() -> String {
64
- r###"version: 0.11
+ r###"version: 0.12
65
66
67
0 commit comments