summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-22 21:17:03 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-22 21:17:03 +0000
commit74ffa11134240e0fd7af9651af1758911914f47c (patch)
tree8c3a1cca7189ce907de1365b5dcda10936ed0b60 /lib/chef/version.rb
parent927534192d1b79e1d94b860aa3324fe241a39969 (diff)
downloadchef-74ffa11134240e0fd7af9651af1758911914f47c.tar.gz
Bump version to 14.4.46 by Chef Expeditorv14.4.46
Diffstat (limited to 'lib/chef/version.rb')
-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 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
#