diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-19 21:23:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-19 21:23:44 +0000 |
commit | fcddc6f71e349ffee0eadefe009534b973a6a1e8 (patch) | |
tree | b3e6d86816e373362ccbd0d73945efa4e0cff6f8 /lib | |
parent | cbbbcdd3a218b98740a61fac60961e7487734809 (diff) | |
download | chef-fcddc6f71e349ffee0eadefe009534b973a6a1e8.tar.gz |
Bump version to 14.8.23 by Chef Expeditorv14.8.23
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 1c72bb22e8..063881fe08 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("14.8.22") + VERSION = Chef::VersionString.new("14.8.23") end # |