Skip to content

Commit

Permalink
Merge pull request #44 from nixwiz/pre_release/3.1.2
Browse files Browse the repository at this point in the history
Roll release
  • Loading branch information
Todd Campbell authored Apr 3, 2020
2 parents 01614b8 + 6fe3c93 commit 13cbb46
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 13cbb46

Please sign in to comment.