Skip to content

Commit

Permalink
update verison to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed May 26, 2020
1 parent 78823ac commit d546045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.snowflake</groupId>
<artifactId>snowflake-kafka-connector</artifactId>
<version>1.2.4</version>
<version>1.3.0</version>
<packaging>jar</packaging>
<name>Snowflake Kafka Connector</name>
<description>Snowflake Kafka Connect Sink Connector</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/snowflake/kafka/connector/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Utils
{

//Connector version, change every release
public static final String VERSION = "1.2.4";
public static final String VERSION = "1.3.0";

//connector parameter list
public static final String NAME = "name";
Expand Down

0 comments on commit d546045

Please sign in to comment.