summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-20 22:08:24 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-20 22:08:24 +0000
commit3d92773e29cafa25699e17f492b2c3de216161bb (patch)
tree6176d41f3f56e89122748f21aff11027457ed0b9 /lib
parent192b895fcf42308f53ac8b2bd9580a8d220de580 (diff)
downloadchef-3d92773e29cafa25699e17f492b2c3de216161bb.tar.gz
Bump version of chef to 12.14.80 by Chef Versioner.v12.14.80
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 096c9e74f6..2800bd5416 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.79"
+ VERSION = "12.14.80"
end
#