Skip to content

Commit 8aa69a5

Browse files
committed
v0.1.334
1 parent 660babd commit 8aa69a5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
const (
3232
// AppVersion of span package. Commandline tools will show this on -v.
33-
AppVersion = "0.1.333"
33+
AppVersion = "0.1.334"
3434
// KeyLengthLimit was a limit imposed by the memcached protocol, which
3535
// was used for blob storage until Q1 2017. We switched the key-value
3636
// store, so this limit is somewhat obsolete.

packaging/arch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = span
2-
VERSION = 0.1.333
2+
VERSION = 0.1.334
33
RELEASE = 0
44

55
$(NAME)-$(VERSION)-$(RELEASE)-x86_64.pkg.tar.xz: PKGBUILD

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# TODO(miku): Simplify asset handling, make everything simply go-get-able.
44

55
pkgname=span
6-
pkgver=0.1.333
6+
pkgver=0.1.334
77
pkgrel=0
88
pkgdesc="Project FINC intermediate schema tools."
99
arch=('i686' 'x86_64')

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.1.333
2+
Version: 0.1.334
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.1.333
3+
Version: 0.1.334
44
Release: 0
55
License: GPL
66
ExclusiveArch: x86_64

0 commit comments

Comments
 (0)