From ff18ecb9511f17c2f198cfad320f73d9afd7196e Mon Sep 17 00:00:00 2001 From: Mark Beamer Jr Date: Thu, 10 May 2018 11:36:27 -0400 Subject: [PATCH] -removed dash from travis -increased version number to v0.1.2 --- .travis.yml | 5 +++-- main.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87887bb..512e6a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,12 +74,13 @@ script: # calls goreleaser deploy: -- provider: script + provider: script skip_cleanup: true script: curl -sL https://git.io/goreleaser | bash on: tags: true condition: $TRAVIS_OS_NAME = linux + notifications: - email: false + email: true webhooks: https://chainquery.lbry.io/api/autoupdate \ No newline at end of file diff --git a/main.go b/main.go index 39b7b79..16b3146 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ func main() { default: log.Errorf("Invalid command: '%s'\n", command) case "version": - println("v0.1.1") + println("v0.1.2") case "serve": //Main Chainquery DB connection dbInstance, err := db.Init(config.GetMySQLDSN(), config.GetDebugMode())