Bump version to 2.1.83 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-05-18 00:05:16 +00:00
parent 03e87cd89d
commit 82e7eba197
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.82 -->
## [v2.1.82](https://github.com/chef/inspec/tree/v2.1.82) (2018-05-17)
<!-- latest_release 2.1.83 -->
## [v2.1.83](https://github.com/chef/inspec/tree/v2.1.83) (2018-05-18)
#### Merged Pull Requests
- Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick))
- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.1.81 -->
### Changes since 2.1.81 release
#### Merged Pull Requests
- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick)) <!-- 2.1.83 -->
- Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick)) <!-- 2.1.82 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.1.82
2.1.83

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '2.1.82'
VERSION = '2.1.83'
end