Skip to content

Commit 0e47f22

Browse files
Bump version. (#86)
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 4b7b85c commit 0e47f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
group 'org.opensearch.driver'
2626

2727
// keep version in sync with version in Driver source
28-
version '1.3.0.0'
28+
version '1.4.0.0'
2929

3030
boolean snapshot = "true".equals(System.getProperty("build.snapshot", "false"));
3131
if (snapshot) {

src/main/java/org/opensearch/jdbc/internal/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public enum Version {
1010

1111
// keep this in sync with the gradle version
12-
Current(1, 3, 0, 0);
12+
Current(1, 4, 0, 0);
1313

1414
private int major;
1515
private int minor;

0 commit comments

Comments
 (0)