We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39816c commit 58b92b0Copy full SHA for 58b92b0
3 files changed
.complate/config.yaml
@@ -1,4 +1,4 @@
1
-version: 0.9
+version: 0.10
2
templates:
3
one:
4
content:
src/main.rs
@@ -9,7 +9,7 @@ pub mod config;
9
pub mod render;
10
11
async fn default_config() -> String {
12
- r###"version: 0.9
+ r###"version: 0.10
13
14
15
test/config.yaml
test:
0 commit comments