Skip to content

Commit 58b92b0

Browse files
author
Alexander Weber
committed
0.10
1 parent a39816c commit 58b92b0

3 files changed

Lines changed: 3 additions & 3 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.9
1+
version: 0.10
22
templates:
33
one:
44
content:

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub mod config;
99
pub mod render;
1010

1111
async fn default_config() -> String {
12-
r###"version: 0.9
12+
r###"version: 0.10
1313
templates:
1414
one:
1515
content:

test/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.9
1+
version: 0.10
22
templates:
33
test:
44
content:

0 commit comments

Comments
 (0)