Bump version to 3.1.4 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-12-14 18:58:51 +00:00
parent ac00b6d6f0
commit e6311c4410
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release -->
<!-- latest_release 3.1.4 -->
## [v3.1.4](https://github.com/inspec/inspec/tree/v3.1.4) (2018-12-14)
#### Merged Pull Requests
- Rebuild Hab package. [#3670](https://github.com/inspec/inspec/pull/3670) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=3.1.3 -->
### Changes since 3.1.3 release
#### Merged Pull Requests
- Rebuild Hab package. [#3670](https://github.com/inspec/inspec/pull/3670) ([jquick](https://github.com/jquick)) <!-- 3.1.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
3.1.3
3.1.4

View file

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