diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-19 00:02:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-19 00:02:33 +0000 |
commit | ee22f5340983d27fa7598183136d0eae978340ea (patch) | |
tree | 0a0b88c99d6c0f70766eddf719f055c63eb4bf4b /lib/chef/version.rb | |
parent | 89daf43c4efb03d2adea1670d677bb14f73aa254 (diff) | |
download | chef-ee22f5340983d27fa7598183136d0eae978340ea.tar.gz |
Bump version to 14.11.23 by Chef Expeditorv14.11.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 fa37e2ab4d..b5ae534c42 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.11.22") + VERSION = Chef::VersionString.new("14.11.23") end # |