Skip to content

Commit

Permalink
V1.0.3-beta.1 release (#335)
Browse files Browse the repository at this point in the history
The 1.0.3-beta release has an issue with GCS, so we have to revert #334 and then create a new release on top
  • Loading branch information
sfc-gh-tzhang authored Feb 17, 2023
1 parent ca63c27 commit 089e595
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>1.0.3-beta</version>
<version>1.0.3-beta.1</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 @@ -127,7 +127,7 @@ public class RequestBuilder {
// Don't change!
public static final String CLIENT_NAME = "SnowpipeJavaSDK";

public static final String DEFAULT_VERSION = "1.0.3-beta";
public static final String DEFAULT_VERSION = "1.0.3-beta.1";

public static final String JAVA_USER_AGENT = "JAVA";

Expand Down

0 comments on commit 089e595

Please sign in to comment.