Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Jan 22, 2016
1 parent c069ded commit 45b8388
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 @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased

## [0.1.4] - 2016-01-22
### Added
- IPv6 support for check-ping

Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-network-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsNetworkChecks
module Version
MAJOR = 0
MINOR = 1
PATCH = 3
PATCH = 4

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

0 comments on commit 45b8388

Please sign in to comment.