summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-04 00:07:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-04 00:07:34 +0000
commit45d7d458bf74d3979b0b8ca2172996d6cba9aace (patch)
tree0e48bc96b5bc3c2a95ab3a641d711a39c30c09ac /lib/chef
parentb246acb8f761017c239008ceab954ce7396641a3 (diff)
downloadchef-45d7d458bf74d3979b0b8ca2172996d6cba9aace.tar.gz
Bump version to 15.0.120 by Chef Expeditorv15.0.120
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 85182f5565..4be1cce008 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.119")
+ VERSION = Chef::VersionString.new("15.0.120")
end
#