Skip to content

Commit

Permalink
prep for 3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Oct 26, 2017
1 parent 4e18662 commit c99297b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu

## [Unreleased]

## [3.1.1] - 2017-10-25
### Fixed
- check-memory-percent.sh: compare variable `$os` rather than the string 'os' (@lcc207)

Expand Down Expand Up @@ -130,6 +131,7 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
- initial release

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...HEAD
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.1.0
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-memory-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsMemoryChecks
module Version
MAJOR = 3
MINOR = 1
PATCH = 0
PATCH = 1

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

0 comments on commit c99297b

Please sign in to comment.