Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jun 19, 2018
1 parent ae9eaf5 commit fb00ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/esbulk/esbulk.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// Version of application.
const Version = "0.4.14"
const Version = "0.5.0"

// indexSettingsRequest runs updates an index setting, given a body and options.
func indexSettingsRequest(body string, options esbulk.Options) (*http.Response, error) {
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/esbulk/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: esbulk
Version: 0.4.14
Version: 0.5.0
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/esbulk.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Fast parallel bulk loading utility for elasticsearch.
Name: esbulk
Version: 0.4.14
Version: 0.5.0
Release: 0
License: MIT
BuildArch: x86_64
Expand Down

0 comments on commit fb00ee7

Please sign in to comment.