This is an automated email from the ASF dual-hosted git repository.
dajac pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.8 by this push:
new 0de260c MINOR: Update version in documentation to 2.8.1 (#11325)
0de260c is described below
commit 0de260c14678807a17f556c14e0b794af371abbc
Author: David Jacot <[email protected]>
AuthorDate: Tue Sep 14 15:01:30 2021 +0200
MINOR: Update version in documentation to 2.8.1 (#11325)
Reviewers: Manikumar Reddy <[email protected]>, Randall Hauch
<[email protected]>
---
docs/js/templateData.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/js/templateData.js b/docs/js/templateData.js
index 378b8bd..4cec6892 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
var context={
"version": "28",
"dotVersion": "2.8",
- "fullDotVersion": "2.8.0",
+ "fullDotVersion": "2.8.1",
"scalaVersion": "2.13"
};