Skip to content

Commit

Permalink
v2.0.2 version upgrade (#557)
Browse files Browse the repository at this point in the history
Upgrade version to v2.0.2, this will be used as our first GA release!
  • Loading branch information
sfc-gh-tzhang committed Jul 23, 2023
1 parent 2feee22 commit 79b4ea2
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.2-SNAPSHOT</version>
<version>2.0.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 @@ -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.2-SNAPSHOT";
public static final String DEFAULT_VERSION = "2.0.2";

public static final String JAVA_USER_AGENT = "JAVA";

Expand Down

0 comments on commit 79b4ea2

Please sign in to comment.