MINOR: Add 3.8.1 version to version.py (#18273)

In bffe212, we updated 3.8 download link to 3.8.1. We need to update version.py .

Reviewers: Matthias Sax <mjsax@apache.org>
This commit is contained in:
Manikumar Reddy 2024-12-19 22:32:15 +05:30 committed by GitHub
parent 2f51099758
commit 235297c9c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -274,7 +274,8 @@ LATEST_3_7 = V_3_7_2
# 3.8.x version
V_3_8_0 = KafkaVersion("3.8.0")
LATEST_3_8 = V_3_8_0
V_3_8_1 = KafkaVersion("3.8.1")
LATEST_3_8 = V_3_8_1
# 3.9.x version
V_3_9_0 = KafkaVersion("3.9.0")