summaryrefslogtreecommitdiff
path: root/build_integration.sh
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2017-01-23 10:00:23 -0800
committerGitHub <noreply@github.com>2017-01-23 10:00:23 -0800
commit3bd51bbb9fe70ce00fc26e74e84eed403195cf2c (patch)
treed88fa4e4fe43bde35313e13132ef89fd8aae5b25 /build_integration.sh
parent88e98da0fd5ce3bc0448a271dc8b6891ee6916ab (diff)
downloadkafka-python-3bd51bbb9fe70ce00fc26e74e84eed403195cf2c.tar.gz
Update to 0.10.1.1 for integration testing (#953)
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 04299a8..5387eb3 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.1 0.10.0.1"
+OFFICIAL_RELEASES="0.8.1.1 0.8.2.2 0.9.0.1 0.10.1.1"
# Useful configuration vars, with sensible defaults
if [ -z "$SCALA_VERSION" ]; then