summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-16 02:14:16 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-16 02:14:16 +0000
commit3ec6d4addfa40c1b08afccc2bdb00f2a2473ee4b (patch)
tree535e433b9cfecf03c170ce2a4fb9d5ada0453d45 /lib/chef/version.rb
parent48795b9d33dc9dca2e0b0aba9fba39ad994ab8a3 (diff)
downloadchef-3ec6d4addfa40c1b08afccc2bdb00f2a2473ee4b.tar.gz
Bump version of chef to 12.14.70 by Chef Versioner.v12.14.70
Diffstat (limited to 'lib/chef/version.rb')
-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 2d86037589..00a017c29d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.14.69"
+ VERSION = "12.14.70"
end
#