summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-07 19:23:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-07 19:23:43 +0000
commit1dd56e94f267e8a156aa617f243516a22113b41e (patch)
tree32ae3dd2c800286e448c0760823d87a1c26a9350 /lib/chef/version.rb
parent46d562197f4f1294c0f08f94e9dddef947e0cecc (diff)
downloadchef-1dd56e94f267e8a156aa617f243516a22113b41e.tar.gz
Bump version to 15.0.160 by Chef Expeditorv15.0.160
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 18e37f107d..e40882482c 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.159")
+ VERSION = Chef::VersionString.new("15.0.160")
end
#