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

Commit 3d83fe5

Browse files
authored
Updated version and release notes for 0.10.0 release (#21)
1 parent bc1dd97 commit 3d83fe5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
group 'com.amazon.opendistroforelasticsearch.client'
3333

3434
// keep version in sync with version in Driver source
35-
version '0.9.0.0'
35+
version '0.10.0.0'
3636

3737
version = "${version}"
3838

opendistro-elasticsearch-jdbc.release-notes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## 2019-07-31, Version 0.10.0 (Current)
12

2-
## 2019-04-19, Version 0.9.0 (Current)
3+
No update in this release.
4+
5+
## 2019-04-19, Version 0.9.0
36

47
No update in this release.
58

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(0, 9, 0, 0);
22+
Current(0, 10, 0, 0);
2323

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)