File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.1.1] - 2017-10-25
8
9
### Fixed
9
10
- check-memory-percent.sh: compare variable ` $os ` rather than the string 'os' (@lcc207 )
10
11
@@ -130,6 +131,7 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
130
131
- initial release
131
132
132
133
[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...HEAD
134
+ [ 3.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
133
135
[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.1.0
134
136
[ 3.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.0.2
135
137
[ 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsMemoryChecks
2
2
module Version
3
3
MAJOR = 3
4
4
MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments