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:
Geoff Anderson 2015-12-10 15:27:38 -08:00 committed by Ewen Cheslack-Postava
parent 882fe01284
commit a29f80dc74
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@
# 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"
__version__ = '0.9.0.0.dev0'
__version__ = '0.9.1.0.dev0'