diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-05 17:11:24 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-05 17:11:24 +0000 |
commit | 9add9b2d2d84ffe04364917872b22072952c6cf7 (patch) | |
tree | 25457f2a3d117108d660982cb8ac3dad212042e0 /lib | |
parent | 71e3e52a207b673f3a9e0b6d6e523f591ed1bc20 (diff) | |
download | chef-9add9b2d2d84ffe04364917872b22072952c6cf7.tar.gz |
Bump version to 16.0.48 by Chef Expeditorv16.0.48
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 1d13b1686f..d961cc236a 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.0.47") + VERSION = Chef::VersionString.new("16.0.48") end # |