summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-13 21:02:40 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-13 21:02:40 +0000
commitdc5d1a612aef0c19ae5649408cf13b1ad5311bc3 (patch)
treea338434c863a8596fac55f74e244ba32d647a711 /chef-bin/lib/chef-bin/version.rb
parentce409cdd88b56e783279b4f2824972a74ec77b24 (diff)
downloadchef-dc5d1a612aef0c19ae5649408cf13b1ad5311bc3.tar.gz
Bump version to 18.0.111 by Chef Expeditorv18.0.111
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 d59865bf21..2ced1d9dec 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.110".freeze
+ VERSION = "18.0.111".freeze
end
#