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