This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 9f5f99b Revert "GEODE-9055: drop patch version in docs if 0"
9f5f99b is described below
commit 9f5f99b0f48337c5f8cea3e4fd7a4a05f4b62375
Author: Owen Nichols <[email protected]>
AuthorDate: Thu Apr 15 12:18:16 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 8f3529c..7d06907 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.12.2'
+ product_version: '1.12'
product_version_nodot: '112'
product_version_geode: '1.12'
min_java_version: '8'