Skip to content

Commit

Permalink
Bump version. (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand authored Jun 13, 2023
1 parent 4b7b85c commit 0e47f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
group 'org.opensearch.driver'

// keep version in sync with version in Driver source
version '1.3.0.0'
version '1.4.0.0'

boolean snapshot = "true".equals(System.getProperty("build.snapshot", "false"));
if (snapshot) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/opensearch/jdbc/internal/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public enum Version {

// keep this in sync with the gradle version
Current(1, 3, 0, 0);
Current(1, 4, 0, 0);

private int major;
private int minor;
Expand Down

0 comments on commit 0e47f22

Please sign in to comment.