summaryrefslogtreecommitdiff
path: root/lib/mixlib/config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-16 15:47:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-16 15:47:05 +0000
commit7e682cd35ce94daa43b65425d83628a27689df3a (patch)
tree6f4a2f1564c4846beb1c7deb94c71b2d727fd093 /lib/mixlib/config/version.rb
parent6737ab3fade28fd03834e0e6581c09a08d3d1b97 (diff)
downloadmixlib-config-7e682cd35ce94daa43b65425d83628a27689df3a.tar.gz
Bump version to 3.0.22 by Chef Expeditorv3.0.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib/config/version.rb')
-rw-r--r--lib/mixlib/config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 638da90..ba03c67 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.21".freeze
+ VERSION = "3.0.22".freeze
end
end