Skip to content

Commit a5313b8

Browse files
committed
v0.2.5
1 parent 2b43958 commit a5313b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
const (
3131
// AppVersion of span package. Commandline tools will show this on -v.
32-
AppVersion = "0.2.4"
32+
AppVersion = "0.2.5"
3333
// KeyLengthLimit was a limit imposed by the memcached protocol, which
3434
// was used for blob storage until Q1 2017. We switched the key-value
3535
// store, so this limit is somewhat obsolete.

packaging/deb/span/DEBIAN/control

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

packaging/rpm/span.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Library data tools.
22
Name: span
3-
Version: 0.2.4
3+
Version: 0.2.5
44
Release: 0
55
License: GPL
66
ExclusiveArch: x86_64

0 commit comments

Comments
 (0)