summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-19 23:42:01 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-19 23:42:01 +0000
commit8c03e2bef274eeb7d3c86947db9057b20e495fbc (patch)
treed8fc781ac0d5bc3c2b626dbf88266ea791d17d69 /lib
parentbbe091d57bdfeeb00e8ec1462ea71a96bcae5981 (diff)
downloadchef-8c03e2bef274eeb7d3c86947db9057b20e495fbc.tar.gz
Bump version of chef to 12.14.78 by Chef Versioner.v12.14.78
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 ac5f59ccb9..a7a9df0d20 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.77"
+ VERSION = "12.14.78"
end
#