summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-04 14:54:31 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-04 14:54:31 +0000
commit0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1 (patch)
tree84376042c6fd7054a089e2c35b7a0bcb9885a81b /chef-config/lib/chef-config/version.rb
parent64e986b44ec5ff7ffbbf5cf1771f7f2ece927082 (diff)
downloadchef-0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1.tar.gz
Bump version to 18.1.12 by Chef Expeditorv18.1.12
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 3bbd6e75ce..0d66a36669 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.11".freeze
+ VERSION = "18.1.12".freeze
end