Skip to content

Commit

Permalink
Update Pulsar Container
Browse files Browse the repository at this point in the history
  • Loading branch information
aahmed-se committed Sep 5, 2018
1 parent 2957046 commit b714d28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class PulsarContainer extends GenericContainer<PulsarContainer> {
public static final int PULSAR_PORT = 6850;

public PulsarContainer() {
this("2.1.0-incubating");
this("2.2.0-incubating");
}

public PulsarContainer(String pulsarVersion) {
Expand Down

0 comments on commit b714d28

Please sign in to comment.