summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-02 16:42:32 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-02 16:42:32 +0000
commit8b11ace0440e1340e6753468705a9184573d5571 (patch)
treea3bbbad6417a55ba998dfdf5691407f1b27a7cc2 /lib/chef/version.rb
parent3d1d513581f32ae4abbda0fb35e9a76d7c4e781d (diff)
downloadchef-8b11ace0440e1340e6753468705a9184573d5571.tar.gz
Bump version of chef to 12.10.27 by Chef Versioner.v12.10.27
Diffstat (limited to 'lib/chef/version.rb')
-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 6e3d32f897..7bd9f874f7 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.10.26"
+ VERSION = "12.10.27"
end
#