Skip to content

Commit

Permalink
prep for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Jan 18, 2017
1 parent 2d8611d commit bf1dc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -97,7 +97,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Added
- initial release

[unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.2...HEAD
[unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/2.0.0...HEAD
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.2...2.0.0
[1.0.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/0.0.9...1.0.0
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-memory-checks/version.rb
@@ -1,8 +1,8 @@
module SensuPluginsMemoryChecks
module Version
MAJOR = 2
MINOR = 1
PATCH = 1
MINOR = 0
PATCH = 0

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

0 comments on commit bf1dc01

Please sign in to comment.