diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-22 21:17:03 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-22 21:17:03 +0000 |
commit | 74ffa11134240e0fd7af9651af1758911914f47c (patch) | |
tree | 8c3a1cca7189ce907de1365b5dcda10936ed0b60 /lib | |
parent | 927534192d1b79e1d94b860aa3324fe241a39969 (diff) | |
download | chef-74ffa11134240e0fd7af9651af1758911914f47c.tar.gz |
Bump version to 14.4.46 by Chef Expeditorv14.4.46
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 8e90afc2e3..160fd52cf6 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.4.45") + VERSION = Chef::VersionString.new("14.4.46") end # |