summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-25 22:27:10 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-25 22:27:10 +0000
commitc3dc0297d2727e7b964086dbe79adb2f6beb5301 (patch)
treed1e0b6a01ba4e084036bf37f0c20cb41a3a8bd87 /lib/chef
parent21511228714a084a15bc17016236b56a75dc41b0 (diff)
downloadchef-c3dc0297d2727e7b964086dbe79adb2f6beb5301.tar.gz
Bump version to 14.6.46 by Chef Expeditorv14.6.46
Obvious fix; these changes are the result of automation not creative thinking.
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 c24bff1dd0..d561e220b9 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.6.45")
+ VERSION = Chef::VersionString.new("14.6.46")
end
#