We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117ad66 commit 801065eCopy full SHA for 801065e
CHANGELOG.md
@@ -3,7 +3,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
6
-## [0.0.7] - 2015-12-09
+## Unreleased
7
+
8
+## [0.0.7] - 2015-12-10
9
### Changed
10
- fixed [ -S | -ssl ] short option
11
lib/sensu-plugins-postgres/version.rb
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
module Version
MAJOR = 0
MINOR = 0
- PATCH = 6
+ PATCH = 7
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
0 commit comments