Skip to content

Commit

Permalink
v0.1.303
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Aug 22, 2019
1 parent 8ae8869 commit 98ee597
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

const (
// AppVersion of span package. Commandline tools will show this on -v.
AppVersion = "0.1.302"
AppVersion = "0.1.303"
// 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.
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = span
VERSION = 0.1.302
VERSION = 0.1.303
RELEASE = 0

$(NAME)-$(VERSION)-$(RELEASE)-x86_64.pkg.tar.xz: PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# TODO(miku): Simplify asset handling, make everything simply go-get-able.

pkgname=span
pkgver=0.1.302
pkgver=0.1.303
pkgrel=0
pkgdesc="Project FINC intermediate schema tools."
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/span/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: span
Version: 0.1.302
Version: 0.1.303
Section: utils
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/span.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Library data tools.
Name: span
Version: 0.1.302
Version: 0.1.303
Release: 0
License: GPL
ExclusiveArch: x86_64
Expand Down

0 comments on commit 98ee597

Please sign in to comment.