diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-12 19:38:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-12 19:38:06 +0000 |
commit | 1260d87fb848a871883e208d72624ef60cf6e8a8 (patch) | |
tree | 362698c4a0dda23146b39f8670548eeca2023a85 /lib | |
parent | 2e6ce024ebe3f2808aac0027f83b6f30803e181d (diff) | |
download | chef-1260d87fb848a871883e208d72624ef60cf6e8a8.tar.gz |
Bump version to 17.0.149 by Chef Expeditorv17.0.149
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 3bebd86260..655f43624e 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("17.0.148") + VERSION = Chef::VersionString.new("17.0.149") end # |