summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-07 16:08:01 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-07 16:08:01 +0000
commitcab850895efbeeb2f054abebd559d68ea00a456e (patch)
treef8a3530086e7b379b7897f6b497e034c8763c99d /lib/chef
parentf64ce77f0da23de55187b63cc862c827b780bbdf (diff)
downloadchef-cab850895efbeeb2f054abebd559d68ea00a456e.tar.gz
Bump version to 15.0.121 by Chef Expeditorv15.0.121
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 4be1cce008..4808bdca59 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.120")
+ VERSION = Chef::VersionString.new("15.0.121")
end
#