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

Commit

Permalink
Updated version and release notes for 0.10.0 release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsen-es authored Jul 31, 2019
1 parent bc1dd97 commit 3d83fe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ plugins {
group 'com.amazon.opendistroforelasticsearch.client'

// keep version in sync with version in Driver source
version '0.9.0.0'
version '0.10.0.0'

version = "${version}"

Expand Down
5 changes: 4 additions & 1 deletion opendistro-elasticsearch-jdbc.release-notes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 2019-07-31, Version 0.10.0 (Current)

## 2019-04-19, Version 0.9.0 (Current)
No update in this release.

## 2019-04-19, Version 0.9.0

No update in this release.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public enum Version {

// keep this in sync with the gradle version
Current(0, 9, 0, 0);
Current(0, 10, 0, 0);

private int major;
private int minor;
Expand Down

0 comments on commit 3d83fe5

Please sign in to comment.