Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Cetinkaya committed May 2, 2016
1 parent be35676 commit c8928d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### v1.1.1 (2016-05-02)

* Maintenance

### 1.1.0 (2016-01-24)

* Add docker-pull option
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c8928d1

Please sign in to comment.