Skip to content

Commit fed1e3f

Browse files
committed
deploy
1 parent 3dbc640 commit fed1e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## Unreleased
6+
## [0.0.6] - 2015-10-08
77
### Changed
88
- standardized headers
99

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 = 5
5+
PATCH = 6
66

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

0 commit comments

Comments
 (0)