diff options
author | Dana Powers <dana.powers@rd.io> | 2015-06-04 23:50:10 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2015-06-10 12:56:11 -0700 |
commit | 6fde9236d40f1f8df30b84d93ee1dbc1038f5ea7 (patch) | |
tree | ef4726b2893a3f197649555be749fd70951403e3 /build_integration.sh | |
parent | 04cf4b36686131af392f401a32be7bf5567fb7c2 (diff) | |
download | kafka-python-6fde9236d40f1f8df30b84d93ee1dbc1038f5ea7.tar.gz |
Add kafka 0.8.2.1 to integration tests, remove 0.8.2.0
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 2b81745..5395bb8 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.0 0.8.1 0.8.1.1 0.8.2.0" +OFFICIAL_RELEASES="0.8.0 0.8.1 0.8.1.1 0.8.2.1" # Useful configuration vars, with sensible defaults if [ -z "$SCALA_VERSION" ]; then |