summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-12 19:38:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-12 19:38:06 +0000
commit1260d87fb848a871883e208d72624ef60cf6e8a8 (patch)
tree362698c4a0dda23146b39f8670548eeca2023a85 /chef-bin
parent2e6ce024ebe3f2808aac0027f83b6f30803e181d (diff)
downloadchef-1260d87fb848a871883e208d72624ef60cf6e8a8.tar.gz
Bump version to 17.0.149 by Chef Expeditorv17.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 eda6808109..db3025f313 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 = "17.0.148".freeze
+ VERSION = "17.0.149".freeze
end
#