summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-26 19:22:50 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-26 19:22:50 +0000
commit84378c3995b8e60695ea32ba16cf6cc1c0b20e87 (patch)
treedc40469a7a8dd92df696d4eef274802ab38e45a3 /chef-bin/lib/chef-bin/version.rb
parent93793c63c140d0bf419ec9010635611289a4c81a (diff)
downloadchef-84378c3995b8e60695ea32ba16cf6cc1c0b20e87.tar.gz
Bump version to 18.0.136 by Chef Expeditorv18.0.136
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 4969fce44f..7ceb31e306 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.135".freeze
+ VERSION = "18.0.136".freeze
end
#