doc: version is a string

Quote the version to convey String instead of double.
This commit is contained in:
Christopher Boumenot 2021-07-17 23:14:21 -07:00
parent 159656bc74
commit 259f14c6c5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ targets:
moor_generator:
options:
sqlite:
version: 3.34
version: "3.34"
```
With that option, the generator will emit warnings when using newer sqlite version.