summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-25 23:54:40 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-25 23:54:40 +0000
commit961596c877ff415d2ce6ef83c593feaa30f9f09a (patch)
tree25cb7b79fd9cc1517adb6e534cc2659fcad0a6f8 /lib
parent9061ac6784e68678d82f066c66384f1988b6b181 (diff)
downloadchef-961596c877ff415d2ce6ef83c593feaa30f9f09a.tar.gz
Bump version to 14.6.47 by Chef Expeditorv14.6.47
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 d561e220b9..0e8cf397eb 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.46")
+ VERSION = Chef::VersionString.new("14.6.47")
end
#