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 <cmgrote@users.noreply.github.com>
  • Loading branch information
cmgrote committed Nov 6, 2023
1 parent 7207b8b commit 1dc9811
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=1.6.0-SNAPSHOT
VERSION_NAME=1.6.0

POM_URL=https://github.com/atlanhq/atlan-java
POM_SCM_URL=git@github.com: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 @@ -16,7 +16,7 @@ public abstract class Atlan {
public static final int DEFAULT_READ_TIMEOUT = 120 * 1000;
public static final int DEFAULT_NETWORK_RETRIES = 3;

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

// Note: these are set here so that they can be overridden,
// i.e. when using the SDK in a workflow setting
Expand Down

0 comments on commit 1dc9811

Please sign in to comment.