summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-21 15:15:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-21 15:15:05 +0000
commit6287de3235f0d76c1f7cd1e95c7c2315cd634d8e (patch)
tree63dd730e329001ab877289919c05a5eff06b3cdf /chef-bin
parent8a67f20295808bd5816a2417be81e2fe9502bf1d (diff)
downloadchef-18.0.149.tar.gz
Bump version to 18.0.149 by Chef Expeditorv18.0.149
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 901c1007fd..3bc3d38c80 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.148".freeze
+ VERSION = "18.0.149".freeze
end
#