Skip to content

Commit

Permalink
Release version 0.10.4-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-japatel committed Apr 20, 2022
1 parent e174629 commit 97a459f
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 @@ -7,7 +7,7 @@
<!-- Arifact name and version information -->
<groupId>net.snowflake</groupId>
<artifactId>snowflake-ingest-sdk</artifactId>
<version>0.10.4-beta</version>
<version>0.10.4-beta.2</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 @@ -122,7 +122,7 @@ public final class RequestBuilder {
// Don't change!
public static final String CLIENT_NAME = "SnowpipeJavaSDK";

public static final String DEFAULT_VERSION = "0.10.4-beta";
public static final String DEFAULT_VERSION = "0.10.4-beta.2";

public static final String JAVA_USER_AGENT = "JAVA";

Expand Down

0 comments on commit 97a459f

Please sign in to comment.