Skip to content

Commit 6e9f4fb

Browse files
committed
v0.2.16
1 parent 4c4739c commit 6e9f4fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL = /bin/bash
2-
VERSION := 0.2.15
2+
VERSION := 0.2.16
33
TARGETS = \
44
span-amsl-discovery \
55
span-compare \

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.15"
32+
AppVersion = "0.2.16"
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.15
2+
Version: 0.2.16
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.15
3+
Version: 0.2.16
44
Release: 0
55
License: GPL
66
BuildArch: x86_64

0 commit comments

Comments
 (0)