Skip to content

Commit

Permalink
Fix upload of 7.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Dec 6, 2019
1 parent 77cee30 commit 2f93c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## Release 7.0.0.1
* Previous upload did accidentally not include the merge for ES7

## Release 7.0.0.0
* Support for ElasticSearch 7

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {

group = 'de.otto'
archivesBaseName='flummi'
version='7.0.0.0'
version='7.0.0.1'

if (project.hasProperty('isSnapshot')) {
version += '-SNAPSHOT'
Expand Down

0 comments on commit 2f93c36

Please sign in to comment.