From 9824e8a198b25af412125be7e52de10f8ea47b2d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 23 Jun 2015 18:00:37 +0100 Subject: [PATCH] Include the version in the documentation's header --- docs/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build.gradle b/docs/build.gradle index f075eb28..da84abcb 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -16,4 +16,5 @@ asciidoctor { sources { include 'index.adoc' } + attributes 'revnumber': project.version } \ No newline at end of file