Update internal version for 0.2.7

This commit is contained in:
Craig Peterson 2018-09-10 22:25:55 -04:00 committed by GitHub
parent 554efa768d
commit 36228949e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ func main() {
// Update the number here manually each release, so at least we have a range for go-get people.
var (
SHA = ""
Version = "0.2.6"
Version = "0.2.7"
BuildTime = ""
)