summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-31 12:18:02 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-31 12:18:02 +0000
commit734774fcbb012533f99c9aa67ca1e6b54f922137 (patch)
treee552cb53459f00dc520fdb3546eff49e1022f2db /lib
parentb5b878cd76ebd412636eca49fd02e4254389baf1 (diff)
downloadchef-734774fcbb012533f99c9aa67ca1e6b54f922137.tar.gz
Bump version of chef to 13.2.1 by Chef Versioner.v13.2.1
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 065ca8907a..4dc1ffa1eb 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -19,11 +19,11 @@
# task instead.
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-require "chef/version_string"
+require 'chef/version_string'
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.2.0")
+ VERSION = Chef::VersionString.new("13.2.1")
end
#