Skip to content

Commit bf552dc

Browse files
committed
Bumps to release version
Signed-off-by: Christopher Grote <[email protected]>
1 parent dd3720d commit bf552dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
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.9.0-SNAPSHOT
3+
VERSION_NAME=0.9.0
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public abstract class Atlan {
1515
public static final int DEFAULT_READ_TIMEOUT = 120 * 1000;
1616
public static final int DEFAULT_NETWORK_RETRIES = 10;
1717

18-
public static final String VERSION = "0.9.0-SNAPSHOT";
18+
public static final String VERSION = "0.9.0";
1919

2020
public static volatile boolean enableTelemetry = true;
2121

0 commit comments

Comments
 (0)