summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 19:30:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 19:31:00 +0000
commitfaadc24bf83d87c58a03df5e0bf468c0d22f1c50 (patch)
tree0096b717d3611c478226d55cdd216421e090e5a2 /chef-bin
parent48c896739cc59409b69897f438cf155b5062616a (diff)
downloadchef-faadc24bf83d87c58a03df5e0bf468c0d22f1c50.tar.gz
Bump version to 18.0.114 by Chef Expeditorv18.0.114
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 720222bb80..1053dd3304 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.113".freeze
+ VERSION = "18.0.114".freeze
end
#