We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b43958 commit a5313b8Copy full SHA for a5313b8
common.go
@@ -29,7 +29,7 @@ import (
29
30
const (
31
// AppVersion of span package. Commandline tools will show this on -v.
32
- AppVersion = "0.2.4"
+ AppVersion = "0.2.5"
33
// KeyLengthLimit was a limit imposed by the memcached protocol, which
34
// was used for blob storage until Q1 2017. We switched the key-value
35
// store, so this limit is somewhat obsolete.
packaging/deb/span/DEBIAN/control
@@ -1,5 +1,5 @@
1
Package: span
2
-Version: 0.2.4
+Version: 0.2.5
3
Section: utils
4
Priority: optional
5
Architecture: amd64
packaging/rpm/span.spec
@@ -1,6 +1,6 @@
Summary: Library data tools.
Name: span
Release: 0
License: GPL
6
ExclusiveArch: x86_64
0 commit comments