summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-30 20:06:18 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-30 20:06:18 +0000
commit72b0d63e426ab98092b65d0fc3d7a0f04b623595 (patch)
tree1fd440eef57ae70bb04fcea4886aab3197992694 /chef-bin/lib
parent731cf0b63f7bd594d563c87ef7f327532923b894 (diff)
downloadchef-72b0d63e426ab98092b65d0fc3d7a0f04b623595.tar.gz
Bump version to 16.3.49 by Chef Expeditorv16.3.49
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 1fd660f1d9..bc632b87ca 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 = "16.3.48".freeze
+ VERSION = "16.3.49".freeze
end
#