bump version

This commit is contained in:
Jon Lundy
2018-03-23 17:07:31 -06:00
parent 6253c46e51
commit fd17c50053
4 changed files with 6 additions and 5 deletions

2
debian/Makefile vendored
View File

@@ -30,7 +30,7 @@ build:
env GOOS=linux GOARCH=amd64 go build -v -o $${BUILD}/opt/sour.is/bin/paste \
-ldflags "-X main.AppVersion=$${VERSION}-$${RELEASE} -X main.AppBuild=$${DATE}"\
sour.is/x/paste/cmd/paste; \
dpkg -b $${BUILD}; \
dpkg -b $${BUILD};
copy:
export VERSION=`cat VERSION`; \

2
debian/RELEASE vendored
View File

@@ -1 +1 @@
9
11