Skip to content

Commit 81992c3

Browse files
author
Alexander Weber
committed
0.12.0
1 parent 88fb7a2 commit 81992c3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.complate/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.11
1+
version: 0.12
22
templates:
33
zero:
44
content:

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Download and install from the GitHub releases
2222
An example:
2323

2424
```
25-
version: 0.11
25+
version: 0.12
2626
templates:
2727
zero:
2828
content:

examples/git/.complate/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.11
1+
version: 0.12
22
templates:
33
commit:
44
content:

examples/helm/.complate/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.11
1+
version: 0.12
22
templates:
33
chart:
44
content:

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub enum VariableDefinition {
6161
}
6262

6363
pub async fn default_config() -> String {
64-
r###"version: 0.11
64+
r###"version: 0.12
6565
templates:
6666
zero:
6767
content:

0 commit comments

Comments
 (0)