Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Jul 29, 2020
1 parent 5378e4a commit 8fb5234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jlab/kafka/CASourceConnector.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* - https://github.com/confluentinc/kafka-connect-jdbc/tree/master/src/main/java/io/confluent/connect/jdbc
*/
public class CASourceConnector extends SourceConnector {
public static final String version = "0.3.0";
public static final String version = "0.5.0";
private ChannelManager channelManager;
private Map<String, String> props;
private CASourceConnectorConfig config;
Expand Down

0 comments on commit 8fb5234

Please sign in to comment.