diff --git a/common.go b/common.go index 5c59dd52..d1f3de15 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.1.370" + AppVersion = "0.1.371" // 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 0d8366a3..75c08a18 100644 --- a/packaging/deb/span/DEBIAN/control +++ b/packaging/deb/span/DEBIAN/control @@ -1,5 +1,5 @@ Package: span -Version: 0.1.370 +Version: 0.1.371 Section: utils Priority: optional Architecture: amd64 diff --git a/packaging/rpm/span.spec b/packaging/rpm/span.spec index a29d2b86..6430e4ee 100644 --- a/packaging/rpm/span.spec +++ b/packaging/rpm/span.spec @@ -1,6 +1,6 @@ Summary: Library data tools. Name: span -Version: 0.1.370 +Version: 0.1.371 Release: 0 License: GPL ExclusiveArch: x86_64