summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-17 21:28:20 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-17 21:28:20 +0000
commitdd8f501ecd7d24324ec61c754ebde45f10c2f494 (patch)
treedfd0dcace17a6e72be2ad4eb46a97b5628793b5f /chef-bin
parent279526d04259a6af87c6153fa35cad29513afcd8 (diff)
downloadchef-dd8f501ecd7d24324ec61c754ebde45f10c2f494.tar.gz
Bump version to 18.0.45 by Chef Expeditorv18.0.45
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 151e76e5ee..050e9081ae 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.0.44".freeze
+ VERSION = "18.0.45".freeze
end
#