summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-25 03:16:51 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-25 03:16:51 +0000
commitd513a441a1fc0ff89a6adf92a0fd0af2df0dbef2 (patch)
tree4ef0d70e7f3695229095c95b772e7fc658166564 /chef-bin
parent732344557d032e062c49cf84b29dfcd4ac138106 (diff)
downloadchef-d513a441a1fc0ff89a6adf92a0fd0af2df0dbef2.tar.gz
Bump version to 18.0.99 by Chef Expeditorv18.0.99
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 2d27eae25d..338e0657fb 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.98".freeze
+ VERSION = "18.0.99".freeze
end
#