Bump version to 2.3.26 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-10-15 16:15:27 +00:00
parent cccad057c2
commit 10f110b763
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
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.3.25 -->
## [v2.3.25](https://github.com/inspec/inspec/tree/v2.3.25) (2018-10-15)
<!-- latest_release 2.3.26 -->
## [v2.3.26](https://github.com/inspec/inspec/tree/v2.3.26) (2018-10-15)
#### Merged Pull Requests
- Change `Inspec ` to `InSpec ` where appropriate [#3494](https://github.com/inspec/inspec/pull/3494) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Update the text on the generic default attribute [#3508](https://github.com/inspec/inspec/pull/3508) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.3.24 -->
### Changes since 2.3.24 release
#### Merged Pull Requests
- Update the text on the generic default attribute [#3508](https://github.com/inspec/inspec/pull/3508) ([jquick](https://github.com/jquick)) <!-- 2.3.26 -->
- Change `Inspec ` to `InSpec ` where appropriate [#3494](https://github.com/inspec/inspec/pull/3494) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.3.25 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.3.25
2.3.26

View file

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