Skip to content

Commit

Permalink
add missing 6.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
boliza committed Jan 11, 2018
1 parent 0e3c5d9 commit f87ce66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
elasticserachVersion = '6.1.0'
elasticserachVersion = '6.0.1'
hanlpVersion = '1.5.3'
}

Expand All @@ -17,7 +17,7 @@ buildscript {
}

group = 'io.shike'
version = '6.1.0'
version = '6.0.1'

repositories {
mavenLocal()
Expand Down

0 comments on commit f87ce66

Please sign in to comment.