summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-23 19:40:25 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-23 19:40:25 +0000
commit199d37316496bb118414d536bce9e01740dd3179 (patch)
tree9c9e76aede62283fca12eee0baa49722534d1f26 /chef-bin
parentd13b30918641ac1297ce45f90e9375aa38b03124 (diff)
downloadchef-199d37316496bb118414d536bce9e01740dd3179.tar.gz
Bump version to 17.3.49 by Chef Expeditorv17.3.49
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 2f0ab5ac8c..24350428e3 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.3.48".freeze
+ VERSION = "17.3.49".freeze
end
#