summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-23 18:15:19 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-23 18:15:19 +0000
commit1c2762d87442c717a8f84cdc72edfb621d5afb57 (patch)
tree8c450bc68580b279f47bfa342ef03a3c250463f1 /chef-bin
parentb12910007eaca937f4e6169c00afefba0d1ebbf1 (diff)
downloadchef-1c2762d87442c717a8f84cdc72edfb621d5afb57.tar.gz
Bump version to 18.1.4 by Chef Expeditorv18.1.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 73c3f85cfb..34a5db2020 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.1.3".freeze
+ VERSION = "18.1.4".freeze
end
#