Skip to content

Commit 70cdc11

Browse files
committed
v0.4.7
1 parent 0022971 commit 70cdc11

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22
TARGETS = solrbulk
33
PKGNAME = solrbulk
4-
VERSION = 0.4.6
4+
VERSION = 0.4.7
55

66
solrbulk: cmd/solrbulk/solrbulk.go
77
go build -o $@ $^

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.4.6
2+
Version: 0.4.7
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.4.6
3+
Version: 0.4.7
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
@@ -39,7 +39,7 @@ import (
3939
)
4040

4141
// Version of application.
42-
const Version = "0.4.6"
42+
const Version = "0.4.7"
4343

4444
// Options holds bulk indexing options.
4545
type Options struct {

0 commit comments

Comments
 (0)