We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dfbc0 commit acf4444Copy full SHA for acf4444
CHANGELOG.md
@@ -5,7 +5,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
6
## [Unreleased]
7
8
-## [0.1.1] - 2016-04-22
+## [0.1.1] - 2016-04-23
9
### Added
10
- added session_current to output for server_metrics
11
lib/sensu-plugins-haproxy/version.rb
@@ -2,7 +2,7 @@ module SensuPluginsHAProxy
2
module Version
3
MAJOR = 0
4
MINOR = 1
- PATCH = 0
+ PATCH = 1
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
0 commit comments