This is an automated email from the ASF dual-hosted git repository.

joeymcallister pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5e89fa1  Fix docs version number variables
5e89fa1 is described below

commit 5e89fa15635683bd4965c5fc587d25743e82f8e1
Author: joeymcallister <[email protected]>
AuthorDate: Fri Aug 2 15:39:55 2019 -0700

    Fix docs version number variables
---
 geode-book/config.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/geode-book/config.yml b/geode-book/config.yml
index ab7a8ef9..2bd5340 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -27,9 +27,9 @@ sections:
 template_variables:
   product_name_long: Apache Geode
   product_name: Geode
-  product_version: 1.11
-  product_version_nodot: 111
-  min_java_update: 121
+  product_version: '1.11'
+  product_version_nodot: '111'
+  min_java_update: '121'
   support_url: http://geode.apache.org/community
   product_url: http://geode.apache.org/
   book_title: Apache Geode Documentation

Reply via email to