summaryrefslogtreecommitdiff
path: root/chef-utils
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-utils
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-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 794c6087dd..47b51d3726 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.148"
+ VERSION = "18.0.149"
end