summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-31 21:36:07 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-31 21:36:07 +0000
commit201ced07b525141caf6c6f04c9837a9934d9746f (patch)
tree53edcef9645e6aea29a5056d4aed237c87eb061a /lib
parentf3d04859e2931aa6843526f9ce37453d75c7a248 (diff)
downloadchef-201ced07b525141caf6c6f04c9837a9934d9746f.tar.gz
Bump version to 15.0.118 by Chef Expeditorv15.0.118
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 8c139ba147..d557695ac5 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.117")
+ VERSION = Chef::VersionString.new("15.0.118")
end
#