Skip to content

Commit acf4444

Browse files
committed
Prep for 0.1.1 release
1 parent a5dfbc0 commit acf4444

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
@@ -5,7 +5,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55

66
## [Unreleased]
77

8-
## [0.1.1] - 2016-04-22
8+
## [0.1.1] - 2016-04-23
99
### Added
1010
- added session_current to output for server_metrics
1111

lib/sensu-plugins-haproxy/version.rb

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

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

0 commit comments

Comments
 (0)