Skip to content

Commit

Permalink
bump librdkafka and version 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Dec 7, 2017
1 parent 2f801cb commit b295dba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
sudo: true
env:
matrix:
- LIBRDKAFKA_VERSION=v0.11.1
- LIBRDKAFKA_VERSION=v0.11.3
- LIBRDKAFKA_VERSION=master
global:
secure: dm9+XwwQk759cpVpleBjHhtbbe5s3LNjz9wwMGa3DEENFAMiX4HjJSmfyvV8D3t0NdicDJrYW4HdTIqacneIOFbkMEYA4RmwdxBe4NcJQC6es/8I+EL52/EKmwKwtnkvsQFrQkJmzS1JYKNQb73bWY4huTGNxYiUiX9xfK3sO+X9xi62eN/xpOVaSbIwB44h5oNEj7/aaeQEvsqg69eO5hRsCdIRWXxTyP37GdMupC4vtE6A5uU8LdGzE4f0dP5JKxmL53s0fCM0kqjP1ycIOwjhlqWdo+BjRBAKpE8cM4p/BnzM+rCWNyjt333Kxjwp42FBnfaYiEET1f0xN43h2rfZRHvCoL3ATGev2aDzGMhsOuqHLfVRFt7u/9QynZltApctsmEMMYXDY6a9TsbcE6UjC7GG4HTIOO/PmWyburL18aTicCWLUvbKhljG7873sAwZchrtCxXxyBkd6zjHznciwljbVvexMlWhaO269C++u95fdEUO2pkidDNkrnf5TjYJnGJGcyBvXAvkGdZrxiOwV3pxH1mfb7D87tvzo60XRf3/7++Un8iggFb9+Ppd35eYCnpNmEP95IhKigkJ6hMY5Al8ARpQ+JA6EwTqMPZf+r5RiAq4uxOeYK0rEiWDY7RxqlPPW7AGdoyy/OJ1LgbCdZssZs+Ig4JWViwdTWg=
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM golang:1.9-alpine

MAINTAINER TFG Co <backend@tfgco.com>

ENV LIBRDKAFKA_VERSION 0.11.1
ENV LIBRDKAFKA_VERSION 0.11.3
ENV CPLUS_INCLUDE_PATH /usr/local/include
ENV LIBRARY_PATH /usr/local/lib
ENV LD_LIBRARY_PATH /usr/local/lib
Expand Down
2 changes: 1 addition & 1 deletion debian-install-librdkafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apt-get install -y gcc g++ python

rm -rf ./librdkafka

git clone --depth 1 --branch "0.9.2.x" https://github.com/edenhill/librdkafka.git
git clone --depth 1 --branch "v0.11.3" https://github.com/edenhill/librdkafka.git
(
cd librdkafka
./configure
Expand Down
2 changes: 1 addition & 1 deletion util/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
package util

//Version is the current version of pusher
var Version = "3.0.1"
var Version = "3.1.0"

0 comments on commit b295dba

Please sign in to comment.