summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-07 19:09:37 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-07 19:09:37 +0000
commitd63980c156c042d2badcfc83b9dbe00c8e5cdccb (patch)
treef050f3dace84e8438617c285d90702c37a92455d /lib/chef
parent62dca7c0ff16aaf1ed860285e644cb2b6c8b0552 (diff)
downloadchef-d63980c156c042d2badcfc83b9dbe00c8e5cdccb.tar.gz
Bump version to 14.0.121 by Expeditorv14.0.121
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 d14fffe705..c7dc5c0b67 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("14.0.120")
+ VERSION = Chef::VersionString.new("14.0.121")
end
#