mirror of https://github.com/apache/kafka.git
KAFKA-2928; system test: fix version sanity checks
Fixed version sanity checks by updated kafkatest version to match kafka version Author: Geoff Anderson <geoff@confluent.io> Reviewers: Ewen Cheslack-Postava <ewen@confluent.io> Closes #656 from granders/KAFKA-2928-fix-version-sanity-checks
This commit is contained in:
parent
882fe01284
commit
a29f80dc74
|
@ -23,4 +23,4 @@
|
||||||
# Instead, in trunk, the version should have a suffix of the form ".devN"
|
# Instead, in trunk, the version should have a suffix of the form ".devN"
|
||||||
#
|
#
|
||||||
# For example, when Kafka is at version 0.9.0.0-SNAPSHOT, this should be something like "0.9.0.0.dev0"
|
# For example, when Kafka is at version 0.9.0.0-SNAPSHOT, this should be something like "0.9.0.0.dev0"
|
||||||
__version__ = '0.9.0.0.dev0'
|
__version__ = '0.9.1.0.dev0'
|
||||||
|
|
Loading…
Reference in New Issue