summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 22:34:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 22:34:28 +0000
commitcfd1e593c7896d7b3aab72552fde31a1acce6d13 (patch)
treea604322e2dbf4d74f217e085999258a02555e50b /lib
parent2094238340e9d8d4400b01f718353efde2689027 (diff)
downloadchef-cfd1e593c7896d7b3aab72552fde31a1acce6d13.tar.gz
Bump version to 16.7.49 by Chef Expeditorv16.7.49
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 80deaa6fb7..18ba1d54dd 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.7.48")
+ VERSION = Chef::VersionString.new("16.7.49")
end
#