summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-03-30 01:42:27 +0000
committerChef Versioner <chef-versioner@chef.io>2017-03-30 01:42:27 +0000
commit1d6855b5361cdbbcd3a48cc31f00112543498c11 (patch)
treef42fb04bf47bba29983bf5301b370be1b73927f5 /lib/chef
parent0430f7735f33492849364eb22953bde52a527b66 (diff)
downloadchef-1d6855b5361cdbbcd3a48cc31f00112543498c11.tar.gz
Bump version of chef to 13.0.75 by Chef Versioner.v13.0.75
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 725a786f0e..a0d63af81a 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.74"
+ VERSION = "13.0.75"
end
#