From 5be452075ecc7fae6fbfa7776b238faa5f50e22b Mon Sep 17 00:00:00 2001
From: Klaus Purer <klaus.purer@protonmail.ch>
Date: Sat, 23 Nov 2019 17:34:16 +0100
Subject: [PATCH] docs(quickstart): Fix juniper version so the examples work

---
 docs/book/content/quickstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/book/content/quickstart.md b/docs/book/content/quickstart.md
index 21917716..01cfe17f 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