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 Mar 27, 2024
1 parent 2ea0337 commit 1a5eb49
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.10.14-SNAPSHOT
VERSION_NAME=1.10.14

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 sdk/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 = 5;

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

// 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 1a5eb49

Please sign in to comment.