Bump version to 1.31.3 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-07-24 16:37:17 +00:00
parent a4bd38915c
commit 1acd8ad014
3 changed files with 5 additions and 4 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- latest_release -->
## [v1.31.2](https://github.com/chef/inspec/tree/v1.31.2) (2017-07-24)
## [v1.31.3](https://github.com/chef/inspec/tree/v1.31.3) (2017-07-24)
#### Merged Pull Requests
- [JEX-608] Use Expeditor to bump version and trigger release build [#2015](https://github.com/chef/inspec/pull/2015) ([schisamo](https://github.com/schisamo))
- bugfix: empty file strings from archive readers [#2027](https://github.com/chef/inspec/pull/2027) ([arlimus](https://github.com/arlimus))
<!-- latest_release -->
<!-- release_rollup since=1.31.1 -->
### Changes since 1.31.1 release
#### Merged Pull Requests
- bugfix: empty file strings from archive readers [#2027](https://github.com/chef/inspec/pull/2027) ([arlimus](https://github.com/arlimus)) <!-- 1.31.3 -->
- [JEX-608] Use Expeditor to bump version and trigger release build [#2015](https://github.com/chef/inspec/pull/2015) ([schisamo](https://github.com/schisamo)) <!-- 1.31.2 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.31.2
1.31.3

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.31.2'.freeze
VERSION = '1.31.3'.freeze
end