summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-14 16:57:55 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-14 16:57:55 +0000
commitd0342681c35bdfa32e0e8e82cb035ab577b74e3e (patch)
tree825272d1f5ad2cea8ec66da71fa5d7c6b1fe3604 /lib/chef
parent267f7437d4a97422d3122890598bacec6b76eb10 (diff)
downloadchef-d0342681c35bdfa32e0e8e82cb035ab577b74e3e.tar.gz
Bump version of chef to 13.0.120 by Chef Versioner.v13.0.120
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 3fc0717e66..336db297f4 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.119"
+ VERSION = "13.0.120"
end
#