Skip to content

Commit

Permalink
Merge pull request #59 from ntk148v/correct-kafka-versions
Browse files Browse the repository at this point in the history
Update valid versions
  • Loading branch information
jamiealquiza authored Nov 30, 2021
2 parents 0961081 + f8fc2d5 commit 48c9c1e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions sangrenel.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ var (
"0.10.1.0",
"0.10.2.0",
"0.11.0.0",
"1.0.0.0",
"1.1.0.0",
"1.1.1.0",
"2.0.0.0",
"2.0.1.0",
"2.1.0.0",
"2.2.0.0",
"2.2.1.0",
"2.3.0.0",
"2.4.0.0",
"2.5.0.0",
"2.6.0.0",
"1.0.0",
"1.1.0",
"1.1.1",
"2.0.0",
"2.0.1",
"2.1.0",
"2.2.0",
"2.2.1",
"2.3.0",
"2.4.0",
"2.5.0",
"2.6.0",
}
)

Expand Down

0 comments on commit 48c9c1e

Please sign in to comment.