Skip to content

Commit

Permalink
Bump to release version
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <[email protected]>
  • Loading branch information
cmgrote committed Feb 3, 2023
1 parent 0d3b824 commit 83a6b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
GROUP=com.atlan
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.3.0

POM_URL=https://github.com/atlanhq/atlan-java
POM_SCM_URL=[email protected]:atlanhq/atlan-java.git
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/atlan/Atlan.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public abstract class Atlan {
public static final int DEFAULT_CONNECT_TIMEOUT = 30 * 1000;
public static final int DEFAULT_READ_TIMEOUT = 80 * 1000;

public static final String VERSION = "0.3.0-SNAPSHOT";
public static final String VERSION = "0.3.0";

public static volatile String clientId;
public static volatile boolean enableTelemetry = true;
Expand Down

0 comments on commit 83a6b48

Please sign in to comment.