Bump version to 3.0.13 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-10-25 18:16:44 +00:00
parent f64da78edb
commit c672d7a8d1
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.0.13 -->
## [v3.0.13](https://github.com/inspec/inspec/tree/v3.0.13) (2018-10-25)
#### Merged Pull Requests
- Adding inspec init profile for GCP. [#3484](https://github.com/inspec/inspec/pull/3484) ([skpaterson](https://github.com/skpaterson))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=3.0.12 -->
### Changes since 3.0.12 release
#### Merged Pull Requests
- Adding inspec init profile for GCP. [#3484](https://github.com/inspec/inspec/pull/3484) ([skpaterson](https://github.com/skpaterson)) <!-- 3.0.13 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
3.0.12
3.0.13

View file

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