summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2018-01-25 16:55:07 -0800
committerGitHub <noreply@github.com>2018-01-25 16:55:07 -0800
commit3e12607b17407a6d17be84967156f1c7aa3348ce (patch)
tree306f1de2fa3736258272b3b9d00ed4b85bdc57c3 /Makefile
parent351f418ba5b62c28c8cff5ea7dcca8e37cadcf8e (diff)
downloadkafka-python-3e12607b17407a6d17be84967156f1c7aa3348ce.tar.gz
Use 0.11.0.2 kafka broker for integration testing (#1357)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73c3ecf..5f80ccd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# Some simple testing tasks (sorry, UNIX only).
FLAGS=
-KAFKA_VERSION=0.11.0.1
+KAFKA_VERSION=0.11.0.2
SCALA_VERSION=2.12
setup: