summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-02-23 18:16:08 -0800
committerDana Powers <dana.powers@gmail.com>2016-02-23 18:19:33 -0800
commit59ac7d6ca663929fd95c30ce3c9fe6c805e54993 (patch)
treed88ffb790b6cd0615e40eeeb5004e84edfcd0d0f /build_integration.sh
parent8e63068cd8fb4e48eead661351486a085d19c440 (diff)
downloadkafka-python-59ac7d6ca663929fd95c30ce3c9fe6c805e54993.tar.gz
Update to Kafka 0.9.0.1 for integration testing
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-xbuild_integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh
index 613c291..4785028 100755
--- a/build_integration.sh
+++ b/build_integration.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Versions available for testing via binary distributions
-OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.0"
+OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1"
# Useful configuration vars, with sensible defaults
if [ -z "$SCALA_VERSION" ]; then