mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.31.3 by Chef Expeditor
This commit is contained in:
parent
a4bd38915c
commit
1acd8ad014
3 changed files with 5 additions and 4 deletions
|
@ -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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.31.2
|
||||
1.31.3
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.31.2'.freeze
|
||||
VERSION = '1.31.3'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue