Skip to content

Commit

Permalink
[Optimize]补充Kafka版本列表
Browse files Browse the repository at this point in the history
仅补充版本列表,版本新增特效后续按需补充。
  • Loading branch information
qiao.zeng committed Dec 3, 2023
1 parent ac4ea13 commit cc440ea
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,27 @@ public enum VersionEnum {
* 3.x.x
*/
V_3_0_0("3.0.0", normailze("3.0.0")),

V_3_1_0("3.1.0", normailze("3.1.0")),
V_3_1_1("3.1.1", normailze("3.1.1")),
V_3_1_2("3.1.2", normailze("3.1.2")),

V_3_2_0("3.2.0", normailze("3.2.0")),
V_3_2_1("3.2.1", normailze("3.2.1")),
V_3_2_3("3.2.3", normailze("3.2.3")),

V_3_3_0("3.3.0", normailze("3.3.0")),
V_3_3_1("3.3.1", normailze("3.3.1")),
V_3_3_2("3.3.2", normailze("3.3.2")),

V_3_4_0("3.4.0", normailze("3.4.0")),
V_3_4_1("3.4.1", normailze("3.4.1")),

V_3_5_0("3.5.0", normailze("3.5.0")),
V_3_5_1("3.5.1", normailze("3.5.1")),

V_3_6_0("3.6.0", normailze("3.6.0")),


V_MAX("x.x.x.x", Long.MAX_VALUE),

Expand Down

0 comments on commit cc440ea

Please sign in to comment.