summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-08 21:11:48 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-08 21:11:48 +0000
commite4f1d77c05b3170a1ae219f6e26d2bed6a89f4b7 (patch)
tree8d90d8ba36a98f3ea3668a65c3859f1fd03a6424 /lib/chef
parentccc5e608fe2a4751a12b6707ca763a95afba4463 (diff)
downloadchef-e4f1d77c05b3170a1ae219f6e26d2bed6a89f4b7.tar.gz
Bump version of chef to 12.13.30 by Chef Versioner.v12.13.30
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 bdc385d36b..0302417ebc 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.13.29"
+ VERSION = "12.13.30"
end
#