Skip to content

Commit 801065e

Browse files
committed
deploy
1 parent 117ad66 commit 801065e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

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

6-
## [0.0.7] - 2015-12-09
6+
## Unreleased
7+
8+
## [0.0.7] - 2015-12-10
79
### Changed
810
- fixed [ -S | -ssl ] short option
911

lib/sensu-plugins-postgres/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
22
module Version
33
MAJOR = 0
44
MINOR = 0
5-
PATCH = 6
5+
PATCH = 7
66

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

0 commit comments

Comments
 (0)