Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Dec 10, 2015
1 parent 117ad66 commit 801065e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [0.0.7] - 2015-12-09
## Unreleased

## [0.0.7] - 2015-12-10
### Changed
- fixed [ -S | -ssl ] short option

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

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

0 comments on commit 801065e

Please sign in to comment.