We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0022971 commit 70cdc11Copy full SHA for 70cdc11
4 files changed
Makefile
@@ -1,7 +1,7 @@
1
SHELL := /bin/bash
2
TARGETS = solrbulk
3
PKGNAME = solrbulk
4
-VERSION = 0.4.6
+VERSION = 0.4.7
5
6
solrbulk: cmd/solrbulk/solrbulk.go
7
go build -o $@ $^
debian/solrbulk/DEBIAN/control
@@ -1,5 +1,5 @@
Package: solrbulk
-Version: 0.4.6
+Version: 0.4.7
Section: utils
Priority: optional
Architecture: amd64
packaging/solrbulk.spec
@@ -1,6 +1,6 @@
Summary: Fast parallel bulk loading utility for SOLR.
Name: solrbulk
Release: 0
License: MIT
BuildArch: x86_64
worker.go
@@ -39,7 +39,7 @@ import (
39
)
40
41
// Version of application.
42
-const Version = "0.4.6"
+const Version = "0.4.7"
43
44
// Options holds bulk indexing options.
45
type Options struct {
0 commit comments