From b4ace03aec5dafb42607633304d58be53c54c0fd Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 29 Nov 2024 14:13:48 +0100 Subject: [PATCH] v0.2.1 --- common.go | 2 +- packaging/deb/span/DEBIAN/control | 2 +- packaging/rpm/span.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common.go b/common.go index 17c362b7..092db8f7 100644 --- a/common.go +++ b/common.go @@ -29,7 +29,7 @@ import ( const ( // AppVersion of span package. Commandline tools will show this on -v. - AppVersion = "0.2.0" + AppVersion = "0.2.1" // KeyLengthLimit was a limit imposed by the memcached protocol, which // was used for blob storage until Q1 2017. We switched the key-value // store, so this limit is somewhat obsolete. diff --git a/packaging/deb/span/DEBIAN/control b/packaging/deb/span/DEBIAN/control index 38ed397f..8aad89db 100644 --- a/packaging/deb/span/DEBIAN/control +++ b/packaging/deb/span/DEBIAN/control @@ -1,5 +1,5 @@ Package: span -Version: 0.2.0 +Version: 0.2.1 Section: utils Priority: optional Architecture: amd64 diff --git a/packaging/rpm/span.spec b/packaging/rpm/span.spec index 6c12b76e..03b1dba6 100644 --- a/packaging/rpm/span.spec +++ b/packaging/rpm/span.spec @@ -1,6 +1,6 @@ Summary: Library data tools. Name: span -Version: 0.2.0 +Version: 0.2.1 Release: 0 License: GPL ExclusiveArch: x86_64