Skip to content

Commit

Permalink
Roll release
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Campbell <todd@sensu.io>
  • Loading branch information
Todd Campbell committed Apr 3, 2020
1 parent 01614b8 commit 6fe3c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [Unreleased]

## [3.1.2] - 2020-04-03
### Changed
- Removed bare centos build from bonsai definition

Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-nginx/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsNginx
module Version
MAJOR = 3
MINOR = 1
PATCH = 1
PATCH = 2

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 6fe3c93

Please sign in to comment.