summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-19 19:07:48 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-19 19:07:48 +0000
commitc4c8e947260a4370594b04de395689d98db6380e (patch)
tree9757e44eb8ae470fd345c7a5ce685eb3540e0843 /lib/chef
parent70bce642073d7753c471b0bb8c69a1819481c3d3 (diff)
downloadchef-c4c8e947260a4370594b04de395689d98db6380e.tar.gz
Bump version to 15.0.165 by Chef Expeditorv15.0.165
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 6cd31bfb36..b63b5c2f44 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.164")
+ VERSION = Chef::VersionString.new("15.0.165")
end
#