diff --git a/docs/book/content/quickstart.md b/docs/book/content/quickstart.md index 8537cc60..b017dfff 100644 --- a/docs/book/content/quickstart.md +++ b/docs/book/content/quickstart.md @@ -8,7 +8,7 @@ This page will give you a short introduction to the concepts in Juniper. ```toml [dependencies] -juniper = "0.11" +juniper = "0.14" ``` ## Schema example