Bump version to 2.2.98 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-09-13 19:45:09 +00:00
parent 8fa56fae2f
commit 94a560b85b
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.97 -->
## [v2.2.97](https://github.com/inspec/inspec/tree/v2.2.97) (2018-09-13)
<!-- latest_release 2.2.98 -->
## [v2.2.98](https://github.com/inspec/inspec/tree/v2.2.98) (2018-09-13)
#### Merged Pull Requests
- Add platforms schema command [#3346](https://github.com/inspec/inspec/pull/3346) ([jquick](https://github.com/jquick))

View file

@ -1 +1 @@
2.2.97
2.2.98

View file

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