summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-28 17:55:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-28 17:55:15 +0000
commit78e6c110c7d6533fe9ca2b0bda029e66531efd99 (patch)
treee0d3b1bf37c4a96269fb58a631c89fad948095c1 /lib
parentfe0c7260492671b3cfa3a3b2612c545e7d9ca5e0 (diff)
downloadmixlib-config-78e6c110c7d6533fe9ca2b0bda029e66531efd99.tar.gz
Bump version to 3.0.26 by Chef Expeditorv3.0.26
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 63fd0fd..7a86714 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.25".freeze
+ VERSION = "3.0.26".freeze
end
end