summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-07 17:53:02 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-07 17:53:02 +0000
commit1825480afd01310980dddf5328a9806037ff3674 (patch)
tree54a9b879d0fc2babbd6f5e5bb0645d53100f5386 /lib
parent40b9a9b0261b8f91d919d1fe7c36ae0b06291301 (diff)
downloadchef-1825480afd01310980dddf5328a9806037ff3674.tar.gz
Bump version of chef to 12.14.55 by Chef Versioner.v12.14.55
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 568de21609..5b7670efbf 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.54"
+ VERSION = "12.14.55"
end
#