diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-01-21 18:22:27 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-01-21 18:22:27 -0800 |
commit | ada9d33f4b44c1ca7b811f76c2d69f2356f4bc3d (patch) | |
tree | d88fa4e4fe43bde35313e13132ef89fd8aae5b25 /build_integration.sh | |
parent | 17f409e9d188833aab0b4291fbf77b724ae5ed1e (diff) | |
download | kafka-python-0_10_1_1.tar.gz |
Switch to 0.10.1.10_10_1_1
Diffstat (limited to 'build_integration.sh')
-rwxr-xr-x | build_integration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_integration.sh b/build_integration.sh index 2183786..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.1.0" +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 |