summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-30 02:57:46 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-30 02:57:46 +0000
commit15a73780b8d45dde2f3eb0c238e1b58184604705 (patch)
tree2af7852201b40a84494dddd6e62538e3a8bebec9 /lib/chef
parent66f196b5b1d4091db081df54675ae09f95f57fd2 (diff)
downloadchef-15a73780b8d45dde2f3eb0c238e1b58184604705.tar.gz
Bump version of chef to 13.0.76 by Chef Versioner.v13.0.76
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 a0d63af81a..4473a3ee0e 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.75"
+ VERSION = "13.0.76"
end
#