summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-07 20:41:14 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-07 20:41:14 +0000
commite9008f14d38aa518db944bd4d6621e76874fad45 (patch)
tree616fb4a09b9cdb2ac28f4db9f09fb627163a28a8 /lib
parenta2fcd4bdd7b18c353798a18e3efcb84595fe1533 (diff)
downloadchef-e9008f14d38aa518db944bd4d6621e76874fad45.tar.gz
Bump version of chef to 12.14.56 by Chef Versioner.v12.14.56
Diffstat (limited to 'lib')
-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 5b7670efbf..a1ff4ea6a5 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.55"
+ VERSION = "12.14.56"
end
#