diff --git a/common.go b/common.go index 7b366e53..2254d334 100644 --- a/common.go +++ b/common.go @@ -36,7 +36,7 @@ import ( const ( // AppVersion of span package. Commandline tools will show this on -v. - AppVersion = "0.1.316" + AppVersion = "0.1.317" // 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/arch/Makefile b/packaging/arch/Makefile index 4470e3b0..031bed7c 100644 --- a/packaging/arch/Makefile +++ b/packaging/arch/Makefile @@ -1,5 +1,5 @@ NAME = span -VERSION = 0.1.316 +VERSION = 0.1.317 RELEASE = 0 $(NAME)-$(VERSION)-$(RELEASE)-x86_64.pkg.tar.xz: PKGBUILD diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 1a75ff7c..42bc970e 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -3,7 +3,7 @@ # TODO(miku): Simplify asset handling, make everything simply go-get-able. pkgname=span -pkgver=0.1.316 +pkgver=0.1.317 pkgrel=0 pkgdesc="Project FINC intermediate schema tools." arch=('i686' 'x86_64') diff --git a/packaging/deb/span/DEBIAN/control b/packaging/deb/span/DEBIAN/control index 21937a78..6b0a980f 100644 --- a/packaging/deb/span/DEBIAN/control +++ b/packaging/deb/span/DEBIAN/control @@ -1,5 +1,5 @@ Package: span -Version: 0.1.316 +Version: 0.1.317 Section: utils Priority: optional Architecture: amd64 diff --git a/packaging/rpm/span.spec b/packaging/rpm/span.spec index ee00239f..63ac7af8 100644 --- a/packaging/rpm/span.spec +++ b/packaging/rpm/span.spec @@ -1,6 +1,6 @@ Summary: Library data tools. Name: span -Version: 0.1.316 +Version: 0.1.317 Release: 0 License: GPL ExclusiveArch: x86_64