summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-23 17:49:35 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-23 17:49:35 +0000
commit0a82ddc4700bee73cf393e1b4a3ea5081a136144 (patch)
tree0f096312db7d3d730b6abd62681936bcc082bde9 /lib
parentcfd7d2a7879c5da218d958f237c710c05c171c5c (diff)
downloadchef-0a82ddc4700bee73cf393e1b4a3ea5081a136144.tar.gz
Bump version of chef to 12.14.27 by Chef Versioner.v12.14.27
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 04f9ab2da3..b2e0ce9b8b 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.26"
+ VERSION = "12.14.27"
end
#