summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-14 00:00:58 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-14 00:00:58 +0000
commitf429544e076db4e63cc1bb193466cd883354ac1e (patch)
treeac7cd3ee5d64543be6ff064a2a039c1cf46fd1f4 /lib
parent5b9b829d283afceaf36ba060d42d51729010b2e9 (diff)
downloadchef-f429544e076db4e63cc1bb193466cd883354ac1e.tar.gz
Bump version of chef to 12.19.27 by Chef Versioner.v12.19.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 0f8370dabe..37b6bd7a1c 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.19.26"
+ VERSION = "12.19.27"
end
#