Skip to content

Commit be9e59e

Browse files
committed
v0.3.10
1 parent 1c94e1b commit be9e59e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/solrbulk/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: solrbulk
2-
Version: 0.3.9
2+
Version: 0.3.10
33
Section: utils
44
Priority: optional
55
Architecture: amd64

packaging/solrbulk.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Fast parallel bulk loading utility for SOLR.
22
Name: solrbulk
3-
Version: 0.3.9
3+
Version: 0.3.10
44
Release: 0
55
License: MIT
66
BuildArch: x86_64

worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
)
3737

3838
// Version of application.
39-
const Version = "0.3.9"
39+
const Version = "0.3.10"
4040

4141
// Options holds bulk indexing options.
4242
type Options struct {

0 commit comments

Comments
 (0)