summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-07 10:30:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-07 10:30:03 +0000
commit5b6076f292b6b81fef2a4d83213d475abb379921 (patch)
tree662987e3d312532ebddfb7808cf680b53da097f7 /lib/chef
parenta55fd7ca0f32c4d6e39431014263938ac4b10504 (diff)
downloadchef-5b6076f292b6b81fef2a4d83213d475abb379921.tar.gz
Bump version to 14.0.46 by Expeditorv14.0.46
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 0f5138545f..f42c0cad7f 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.0.45")
+ VERSION = Chef::VersionString.new("14.0.46")
end
#