summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-19 19:22:37 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-19 19:22:37 +0000
commitc067c5dad7eb34dfa8fa09c8e595746df51b8f10 (patch)
tree6e1f708729f2183e6aa19a0c178f6d1bfa724705 /lib
parentcff8859fc35c6799f01c4593ce37c1b3a3dc1973 (diff)
downloadchef-c067c5dad7eb34dfa8fa09c8e595746df51b8f10.tar.gz
Bump version to 15.0.166 by Chef Expeditorv15.0.166
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 b63b5c2f44..0d47565b21 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("15.0.165")
+ VERSION = Chef::VersionString.new("15.0.166")
end
#