Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit 33ecd15

Browse files
authored
Merge pull request #39 from davidcui-amzn/opendistro-1.4.0.0
OD 1.4 Release updating version
2 parents a55c106 + 83ef197 commit 33ecd15

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/amazon/opendistroforelasticsearch/jdbc/internal

1 file changed

+1
-1
lines changed

src/main/java/com/amazon/opendistroforelasticsearch/jdbc/internal/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public enum Version {
2020

2121
// keep this in sync with the gradle version
22-
Current(1, 3, 0, 0);
22+
Current(1, 4, 0, 0);
2323

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)