summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-28 20:57:52 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-28 20:57:52 +0000
commit12f841e73726db70e27ed006e01e5098f6fa6343 (patch)
tree9f0ae52b531bc87783b3c22e63711b43559f3b74 /lib/chef
parent92038f481b8de19048de3c7129c7519b1f525dca (diff)
downloadchef-12f841e73726db70e27ed006e01e5098f6fa6343.tar.gz
Bump version of chef to 13.0.70 by Chef Versioner.v13.0.70
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 ad05cf0164..dc06cd9b02 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.69"
+ VERSION = "13.0.70"
end
#