summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-19 09:28:54 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-19 09:28:54 +0000
commite265487be7f503119057621d6ef125667f06e39c (patch)
tree99084d3431270ea9f27a06179da0cfad653f7fd4 /lib/chef
parent298b79a5b9d5c3b05bce61415497b08cae3507bd (diff)
downloadchef-e265487be7f503119057621d6ef125667f06e39c.tar.gz
Bump version of chef to 13.0.121 by Chef Versioner.v13.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 336db297f4..8814ad872f 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.0.120"
+ VERSION = "13.0.121"
end
#