diff --git a/Makefile b/Makefile index 831f2e7..8ee4d1d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGETS := esbulk -VERSION := 0.7.2 +VERSION := 0.7.3 # http://docs.travis-ci.com/user/languages/go/#Default-Test-Script test: diff --git a/packaging/debian/esbulk/DEBIAN/control b/packaging/debian/esbulk/DEBIAN/control index afb9819..b007e37 100644 --- a/packaging/debian/esbulk/DEBIAN/control +++ b/packaging/debian/esbulk/DEBIAN/control @@ -1,5 +1,5 @@ Package: esbulk -Version: 0.7.2 +Version: 0.7.3 Section: utils Priority: optional Architecture: amd64 diff --git a/packaging/rpm/esbulk.spec b/packaging/rpm/esbulk.spec index 50f6d8f..f747432 100644 --- a/packaging/rpm/esbulk.spec +++ b/packaging/rpm/esbulk.spec @@ -1,6 +1,6 @@ Summary: Fast parallel bulk loading utility for elasticsearch. Name: esbulk -Version: 0.7.2 +Version: 0.7.3 Release: 0 License: MIT BuildArch: x86_64 diff --git a/run.go b/run.go index 47764a0..2aa44b1 100644 --- a/run.go +++ b/run.go @@ -22,7 +22,7 @@ import ( var ( // Version of application. - Version = "0.7.2" + Version = "0.7.3" ErrIndexNameRequired = errors.New("index name required") ErrNoWorkers = errors.New("no workers configured")