summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-08 17:23:09 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-08 17:23:09 +0000
commitdaa8aac3dc5e7b5c47990cc7390c9bf4a3223a63 (patch)
tree0114d9dc0b4814b61de2186dd24d4e54a8690b7d /lib/chef/version.rb
parent0e76fba594f0d65e5a31a03a7ea0d52d2a4c9b5f (diff)
downloadchef-daa8aac3dc5e7b5c47990cc7390c9bf4a3223a63.tar.gz
Bump version to 15.0.161 by Chef Expeditorv15.0.161
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 e40882482c..da5497cffa 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.160")
+ VERSION = Chef::VersionString.new("15.0.161")
end
#