From c8928d1ca0de6439b4f6a67ae2bec2c77db13bc2 Mon Sep 17 00:00:00 2001 From: Fatih Cetinkaya Date: Mon, 2 May 2016 14:59:11 -0400 Subject: [PATCH] v1.1.1 --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- main.go | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad53495..993b2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### v1.1.1 (2016-05-02) + +* Maintenance + ### 1.1.0 (2016-01-24) * Add docker-pull option diff --git a/README.md b/README.md index 5f2c419..b5fad95 100644 --- a/README.md +++ b/README.md @@ -133,13 +133,13 @@ For the full copyright and license information, please view the LICENSE.txt file [godoc-url]: https://godoc.org/github.com/yieldbot/nomad-syncer [godoc-image]: https://godoc.org/github.com/yieldbot/nomad-syncer?status.svg -[release-url]: https://github.com/yieldbot/nomad-syncer/releases/tag/v1.1.0 -[release-image]: https://img.shields.io/badge/release-v1.1.0-blue.svg +[release-url]: https://github.com/yieldbot/nomad-syncer/releases/tag/v1.1.1 +[release-image]: https://img.shields.io/badge/release-v1.1.1-blue.svg [coverage-url]: https://coveralls.io/github/yieldbot/nomad-syncer?branch=master [coverage-image]: https://coveralls.io/repos/yieldbot/nomad-syncer/badge.svg?branch=master&service=github) -[download-linux-amd64-url]: https://github.com/yieldbot/nomad-syncer/releases/download/v1.1.0/nomad-syncer-linux-amd64.zip -[download-darwin-amd64-url]: https://github.com/yieldbot/nomad-syncer/releases/download/v1.1.0/nomad-syncer-darwin-amd64.zip +[download-linux-amd64-url]: https://github.com/yieldbot/nomad-syncer/releases/download/v1.1.1/nomad-syncer-linux-amd64.zip +[download-darwin-amd64-url]: https://github.com/yieldbot/nomad-syncer/releases/download/v1.1.1/nomad-syncer-darwin-amd64.zip [nomad-url]: https://www.nomadproject.io/ \ No newline at end of file diff --git a/main.go b/main.go index 0ced654..7668daa 100644 --- a/main.go +++ b/main.go @@ -54,7 +54,7 @@ func main() { // Init cli cli = gocli.Cli{ Name: "nomad-syncer", - Version: "1.1.0", + Version: "1.1.1", Description: "An opinionated CLI for Nomad", Commands: map[string]string{ "jobs": "Retrieve jobs",