We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015f797 commit 5cdb55fCopy full SHA for 5cdb55f
gradle.properties
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: Apache-2.0
2
GROUP=com.atlan
3
-VERSION_NAME=0.1.0-SNAPSHOT
+VERSION_NAME=0.1.0
4
5
POM_URL=https://github.com/atlanhq/atlan-java
6
POM_SCM_URL=[email protected]:atlanhq/atlan-java.git
src/main/java/com/atlan/Atlan.java
@@ -22,7 +22,7 @@ public abstract class Atlan {
22
public static final int DEFAULT_CONNECT_TIMEOUT = 30 * 1000;
23
public static final int DEFAULT_READ_TIMEOUT = 80 * 1000;
24
25
- public static final String VERSION = "0.1.0-SNAPSHOT";
+ public static final String VERSION = "0.1.0";
26
27
public static volatile String clientId;
28
public static volatile boolean enableTelemetry = true;
0 commit comments