summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-29 03:16:57 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-29 03:16:57 +0000
commita16ebbb01d3b591577813d3415c3a99216166e38 (patch)
tree3c697803e2496492c04eae13aa82e7c58a12c76e /lib
parent0e49bdac314172577ca4ecc26162571a363a069a (diff)
downloadchef-a16ebbb01d3b591577813d3415c3a99216166e38.tar.gz
Bump version to 14.10.6 by Chef Expeditorv14.10.6
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 896361db14..30a981387f 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.10.5")
+ VERSION = Chef::VersionString.new("14.10.6")
end
#