Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Support 1.7.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
weicongs-amazon committed May 5, 2020
1 parent 8d2e18a commit 67996b9
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 645 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ node {
}

ext {
opendistroVersion = '1.6.0'
opendistroVersion = '1.7.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
isLinux = "true" == System.getProperty("build.linux", "false")
isMacOS = "true" == System.getProperty("build.macos", "false")
Expand Down
Loading

0 comments on commit 67996b9

Please sign in to comment.