Skip to content

Commit

Permalink
prep for 1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Aug 11, 2016
1 parent 6cd4ad1 commit 78bb6a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ changes some options. Review your check commands before deploying this version.
### Added
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.2...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.3...HEAD
[1.1.3]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.2...1.1.3
[1.1.2]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.0.0...1.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-docker/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsDocker
module Version
MAJOR = 1
MINOR = 1
PATCH = 2
PATCH = 3

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 78bb6a1

Please sign in to comment.