diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-05-30 20:45:07 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-05-30 20:45:07 +0000 |
commit | 087827cc0217273f8e33ca2050b27285ff8bc127 (patch) | |
tree | 8becaff0a2697414264ad2064c45d0f9faf8ba24 /lib/chef | |
parent | fada324adf6b83b9e7bc94794a4d2f1b15fc21f4 (diff) | |
download | chef-087827cc0217273f8e33ca2050b27285ff8bc127.tar.gz |
Bump version to 14.1.23 by Chef Expeditorv14.1.23
Diffstat (limited to 'lib/chef')
-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 daff04745d..03ae9c667b 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.1.22") + VERSION = Chef::VersionString.new("14.1.23") end # |