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 f1701fb Revert "GEODE-9055: drop patch version in docs if 0"
f1701fb is described below
commit f1701fbcd0a9b5e5ed87546000af1e5b01b4826a
Author: Owen Nichols <[email protected]>
AuthorDate: Thu Apr 15 12:17:37 2021 -0700
Revert "GEODE-9055: drop patch version in docs if 0"
---
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 cbee1f4..a11e805 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.3'
+ product_version: '1.13'
product_version_nodot: '113'
product_version_geode: '1.13'
min_java_version: '8'