This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new 192d709 GEODE-8736: change docs product_version to 3 digits
192d709 is described below
commit 192d7096fb77d477530cdd9f2e45259011804a08
Author: Owen Nichols <[email protected]>
AuthorDate: Thu Dec 3 10:54:08 2020 -0800
GEODE-8736: change docs product_version to 3 digits
---
geode-book/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geode-book/config.yml b/geode-book/config.yml
index a11e805..338d164 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -27,7 +27,7 @@ sections:
template_variables:
product_name_long: Apache Geode
product_name: Geode
- product_version: '1.13'
+ product_version: '1.13.2'
product_version_nodot: '113'
product_version_geode: '1.13'
min_java_version: '8'