Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Aug 24, 2017
1 parent 19b0483 commit fd423b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/outputs/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
// TODO: remove me.
// Compat version overwrite for missing versions in sarama
// Public API is compatible between these versions.
const (
var (
v0_10_2_1 = sarama.V0_10_2_0
v0_11_0_0 = sarama.V0_10_2_0
)
Expand Down

0 comments on commit fd423b9

Please sign in to comment.