diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-09-06 19:51:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-09-06 19:51:24 +0000 |
commit | 39e44bcf2634bd6d7e42b436d3ffdb556f700ffc (patch) | |
tree | 3bf291392e5c449586af991fe54222a114da92d3 /lib/mixlib | |
parent | 7281a17d8b102ab0683a5afd49540f2db2c275b9 (diff) | |
download | mixlib-config-main.tar.gz |
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib')
-rw-r--r-- | lib/mixlib/config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb index cd7e5d0..a97cbbe 100644 --- a/lib/mixlib/config/version.rb +++ b/lib/mixlib/config/version.rb @@ -19,7 +19,7 @@ module Mixlib module Config - VERSION = "3.0.28".freeze + VERSION = "3.0.29".freeze end end |