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

Commit aab1f63

Browse files
authored
Updated version to 0.8.0.0 (#5)
1 parent 0096435 commit aab1f63

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
@@ -31,7 +31,7 @@ plugins {
3131
group 'com.amazon.opendistroforelasticsearch.client'
3232

3333
// keep version in sync with version in Driver source
34-
version '0.7.0.0'
34+
version '0.8.0.0'
3535

3636
version = "${version}"
3737

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

2424
private int major;
2525
private int minor;

0 commit comments

Comments
 (0)