summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-24 10:45:08 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-24 10:45:08 +0000
commit35c11788a1150d74b2cd7c2d043b5e9199962455 (patch)
tree0d02f58cc5817ed3608b364819e922dae8db967b /lib/chef/version.rb
parenta07ebda6b1ee04d624adca9c52e9ffceae1be197 (diff)
downloadchef-35c11788a1150d74b2cd7c2d043b5e9199962455.tar.gz
Bump version of chef to 12.14.30 by Chef Versioner.v12.14.30
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 9e690366e9..8b8436c2b9 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.29"
+ VERSION = "12.14.30"
end
#