summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-25 19:14:11 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-25 19:14:11 +0000
commit1bf5d534284dfef490c27929433243f95f319550 (patch)
tree971f4a314c84c64d2bc702fce4e74a976714581c /lib/chef/version.rb
parentd62337c082f77f2803b689434ec55e5f7dcd1ec9 (diff)
downloadchef-1bf5d534284dfef490c27929433243f95f319550.tar.gz
Bump version of chef to 13.1.27 by Chef Versioner.v13.1.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 aab46a6c7c..458156ef2d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.1.26"
+ VERSION = "13.1.27"
end
#