summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-15 18:33:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-15 18:33:55 +0000
commitb67455cdf1ac5a8036d37aaaac88dfac6947a04b (patch)
tree6bd1be5adc55d192758231f057deca801cf93f3a /chef-bin
parent28058f6f147dc9b1837158123701a26c96247831 (diff)
downloadchef-b67455cdf1ac5a8036d37aaaac88dfac6947a04b.tar.gz
Bump version to 17.0.150 by Chef Expeditorv17.0.150
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 db3025f313..de05b560e6 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.149".freeze
+ VERSION = "17.0.150".freeze
end
#