Skip to content

Commit 4f58e23

Browse files
committed
Bump to release version
Signed-off-by: Christopher Grote <[email protected]>
1 parent c70d8a2 commit 4f58e23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
GROUP=com.atlan
3-
VERSION_NAME=0.0.3-SNAPSHOT
3+
VERSION_NAME=0.0.3
44

55
POM_URL=https://github.com/atlanhq/atlan-java
66
POM_SCM_URL=[email protected]:atlanhq/atlan-java.git

src/main/java/com/atlan/Atlan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public abstract class Atlan {
2121
public static final int DEFAULT_CONNECT_TIMEOUT = 30 * 1000;
2222
public static final int DEFAULT_READ_TIMEOUT = 80 * 1000;
2323

24-
public static final String VERSION = "0.0.3-SNAPSHOT";
24+
public static final String VERSION = "0.0.3";
2525

2626
public static volatile String clientId;
2727
public static volatile boolean enableTelemetry = true;

0 commit comments

Comments
 (0)