summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-17 20:35:01 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-17 20:35:01 +0000
commit1d411337b0524027f807cb7058dccf4bfc527979 (patch)
treedb6dd59a35f7f7f1a08f82e2fbece31a95eb04f7 /chef-config
parent8ca4dfed836f584f68a686a2af071d7066eb414a (diff)
downloadchef-1d411337b0524027f807cb7058dccf4bfc527979.tar.gz
Bump version to 18.1.1 by Chef Expeditorv18.1.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 7e2d99f174..5361dd896f 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.1.0".freeze
+ VERSION = "18.1.1".freeze
end