summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-01 14:26:47 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-01 14:26:47 +0000
commit02bcb3fa523feee6334a5e68bc4e5b64b7b30253 (patch)
tree1298196c7588c1506ef8d680b88967bc6b048cc5 /chef-config
parentffe18d3144da81de1340a6b199f4271bb9cd445f (diff)
downloadchef-02bcb3fa523feee6334a5e68bc4e5b64b7b30253.tar.gz
Bump version to 18.1.28 by Chef Expeditorv18.1.28
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 fd1aec5a40..fef94b61c9 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.27".freeze
+ VERSION = "18.1.28".freeze
end