diff --git a/README.md b/README.md index 9180c10..4896d17 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,7 @@ kafka-deb-packaging Simple debian packaging for Apache Kafka ## Changelog +2016-Apr-21 : Updated for latest Kafka 0.9.0.1 + 2015-Mar-18 : Updated for latest Kafka 0.8.2.1 and use sbt in system path. diff --git a/build_kafka.sh b/build_kafka.sh index 480f4b4..9a157f6 100755 --- a/build_kafka.sh +++ b/build_kafka.sh @@ -3,7 +3,7 @@ set -e set -u name=kafka -version=0.8.2.1 +version=0.9.0.1 description="Apache Kafka is a distributed publish-subscribe messaging system." url="https://kafka.apache.org/" arch="all"