summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-28 18:09:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-28 18:09:23 +0000
commit5f47a70b5dbe75474c277f840a7e261628a5ecd4 (patch)
tree545ca7b9e6f628a87902fcb1c6485c5d8f9b2c9b /chef-bin/lib/chef-bin/version.rb
parent1cdf75ab66d321d7cdeea7bb0fa9448bfd741fe3 (diff)
downloadchef-5f47a70b5dbe75474c277f840a7e261628a5ecd4.tar.gz
Bump version to 18.0.154 by Chef Expeditorv18.0.154
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 f62235819a..0a9e25f897 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.153".freeze
+ VERSION = "18.0.154".freeze
end
#