File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
30
30
31
31
const (
32
32
// AppVersion of span package. Commandline tools will show this on -v.
33
- AppVersion = "0.1.333 "
33
+ AppVersion = "0.1.334 "
34
34
// KeyLengthLimit was a limit imposed by the memcached protocol, which
35
35
// was used for blob storage until Q1 2017. We switched the key-value
36
36
// store, so this limit is somewhat obsolete.
Original file line number Diff line number Diff line change 1
1
NAME = span
2
- VERSION = 0.1.333
2
+ VERSION = 0.1.334
3
3
RELEASE = 0
4
4
5
5
$(NAME ) -$(VERSION ) -$(RELEASE ) -x86_64.pkg.tar.xz : PKGBUILD
Original file line number Diff line number Diff line change 3
3
# TODO(miku): Simplify asset handling, make everything simply go-get-able.
4
4
5
5
pkgname=span
6
- pkgver=0.1.333
6
+ pkgver=0.1.334
7
7
pkgrel=0
8
8
pkgdesc=" Project FINC intermediate schema tools."
9
9
arch=(' i686' ' x86_64' )
Original file line number Diff line number Diff line change 1
1
Package: span
2
- Version: 0.1.333
2
+ Version: 0.1.334
3
3
Section: utils
4
4
Priority: optional
5
5
Architecture: amd64
Original file line number Diff line number Diff line change 1
1
Summary: Library data tools.
2
2
Name: span
3
- Version: 0.1.333
3
+ Version: 0.1.334
4
4
Release: 0
5
5
License: GPL
6
6
ExclusiveArch: x86_64
You can’t perform that action at this time.
0 commit comments