summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-28 00:53:05 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-28 00:53:05 +0000
commit4175345dc6d3f4f7178fe0d80df5c77a36fe141f (patch)
treeb6c1e3d4963447707afa8d479ccfeb5c220f2513 /lib/chef/version.rb
parent11fb879cb780c004fa010fb5cacddeb92bfa5529 (diff)
downloadchef-4175345dc6d3f4f7178fe0d80df5c77a36fe141f.tar.gz
Bump version of chef to 13.0.68 by Chef Versioner.v13.0.68
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 6d1967957e..de3423b410 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.67"
+ VERSION = "13.0.68"
end
#