bump version

This commit is contained in:
Jon Lundy 2018-03-23 17:07:31 -06:00
parent 6253c46e51
commit fd17c50053
Signed by untrusted user who does not match committer: xuu
GPG Key ID: 346DF999B2530DAE
4 changed files with 6 additions and 5 deletions

6
Gopkg.lock generated
View File

@ -102,13 +102,13 @@
branch = "master" branch = "master"
name = "golang.org/x/net" name = "golang.org/x/net"
packages = ["context"] packages = ["context"]
revision = "e0c57d8f86c17f0724497efcb3bc617e82834821" revision = "24dd3780ca4f75fed9f321890729414a4b5d3f13"
[[projects]] [[projects]]
branch = "master" branch = "master"
name = "golang.org/x/sys" name = "golang.org/x/sys"
packages = ["unix"] packages = ["unix"]
revision = "cc7307a45468e49eaf2997c890f14aa03a26917b" revision = "01acb38716e021ed1fc03a602bdb5838e1358c5e"
[[projects]] [[projects]]
name = "golang.org/x/text" name = "golang.org/x/text"
@ -139,7 +139,7 @@
"stats", "stats",
"uuid" "uuid"
] ]
revision = "ed7cc527059035451abb724cd79405594b9c34f1" revision = "393ab5d259e06f5a92cefa01b49c94fd66678fbc"
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"

View File

@ -64,6 +64,7 @@ func init() {
} }
if args["-v"].(int) == 2 { if args["-v"].(int) == 2 {
log.SetVerbose(log.Vdebug) log.SetVerbose(log.Vdebug)
log.SetFlags(log.LstdFlags|log.Lshortfile)
log.Debug("Debug Logging.") log.Debug("Debug Logging.")
} }

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 \ 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}"\ -ldflags "-X main.AppVersion=$${VERSION}-$${RELEASE} -X main.AppBuild=$${DATE}"\
sour.is/x/paste/cmd/paste; \ sour.is/x/paste/cmd/paste; \
dpkg -b $${BUILD}; \ dpkg -b $${BUILD};
copy: copy:
export VERSION=`cat VERSION`; \ export VERSION=`cat VERSION`; \

2
debian/RELEASE vendored
View File

@ -1 +1 @@
9 11