From 914becac0e48fe2d56dbff1237ca84b568630e5c Mon Sep 17 00:00:00 2001 From: Michael Stummvoll Date: Thu, 22 Sep 2016 10:38:07 +0200 Subject: [PATCH] Fix thymeleaf-layout-dialect.version in doc Version 2.0.0 had serval bugs which broke compatibility to older templates, so the guide should refer the fixed version instead. Closes gh-6991 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index fb7b1d349e6..1340d6d48bb 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1465,7 +1465,7 @@ for example: ---- 3.0.0.RELEASE - 2.0.0 + 2.0.3 ----