Skip to content

Commit ca87ec0

Browse files
committed
v0.1.15
1 parent 2ded6b9 commit ca87ec0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/solrdump/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// Version of application.
16-
const Version = "0.1.12"
16+
const Version = "0.1.15"
1717

1818
var (
1919
server = flag.String("server", "http://localhost:8983/solr/example", "SOLR server, host post and collection")

packaging/deb/solrdump/DEBIAN/control

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

packaging/rpm/solrdump.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Dump SOLR fields efficiently with cursors.
22
Name: solrdump
3-
Version: 0.1.12
3+
Version: 0.1.15
44
Release: 0
55
License: GPL
66
BuildArch: x86_64

0 commit comments

Comments
 (0)