summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-16 22:55:38 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-16 22:55:38 +0000
commitdd3094a5ec35d3130086b4f7d4e102b92e1ae9ed (patch)
treeb2a276ad0505ec86368123059bc5f72f4be5f6f6 /lib
parentf4cea91fe6aa201f6d02bb321665dec77e0641b7 (diff)
downloadchef-dd3094a5ec35d3130086b4f7d4e102b92e1ae9ed.tar.gz
Bump version to 15.0.163 by Chef Expeditorv15.0.163
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 0d6c17c454..76de345125 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.162")
+ VERSION = Chef::VersionString.new("15.0.163")
end
#