Skip to content

Commit fddf7f9

Browse files
committed
prep for release 4.0.0
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent 5166735 commit fddf7f9

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ cache:
44
install:
55
- bundle install
66
rvm:
7-
- 2.1
8-
- 2.2
97
- 2.3.0
108
- 2.4.1
119
notifications:
@@ -26,8 +24,6 @@ deploy:
2624
on:
2725
tags: true
2826
all_branches: true
29-
rvm: 2.1
30-
rvm: 2.2
3127
rvm: 2.3.0
3228
rvm: 2.4.1
3329
repo: sensu-plugins/sensu-plugins-disk-checks

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
190190
### Added
191191
- initial release
192192

193-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.1...HEAD
193+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.0...HEAD
194+
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.1...4.0.0
194195
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.0...3.1.1
195196
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.0.1...3.1.0
196197
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.0.0...3.0.1

lib/sensu-plugins-disk-checks/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SensuPluginsDiskChecks
22
module Version
3-
MAJOR = 3
4-
MINOR = 1
3+
MAJOR = 4
4+
MINOR = 0
55
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)