Skip to content

Commit

Permalink
updated SDK version to 2.0.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dshah committed Sep 19, 2023
1 parent f57f92b commit c37b9fd
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 @@ -6,7 +6,7 @@
<!-- Arifact name and version information -->
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Snowflake Ingest SDK</name>
<description>Snowflake Ingest SDK</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class RequestBuilder {
// Don't change!
public static final String CLIENT_NAME = "SnowpipeJavaSDK";

public static final String DEFAULT_VERSION = "2.0.3";
public static final String DEFAULT_VERSION = "2.0.4-SNAPSHOT";

public static final String JAVA_USER_AGENT = "JAVA";

Expand Down

0 comments on commit c37b9fd

Please sign in to comment.