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

Commit

Permalink
Updated version to 0.8.0.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
qreshi authored Mar 26, 2019
1 parent 0096435 commit aab1f63
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 @@ -31,7 +31,7 @@ plugins {
group 'com.amazon.opendistroforelasticsearch.client'

// keep version in sync with version in Driver source
version '0.7.0.0'
version '0.8.0.0'

version = "${version}"

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, 7, 0, 0);
Current(0, 8, 0, 0);

private int major;
private int minor;
Expand Down

0 comments on commit aab1f63

Please sign in to comment.