summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-15 09:12:14 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-15 09:12:14 +0000
commit013d559b186e760f1f478180a15a5289f49e4849 (patch)
tree3f5435a17967d18d4ec673716e53d3f673c96225 /lib/chef/version.rb
parent7ba8a5160d76d40ad67557c9b63965653d190dcc (diff)
downloadchef-013d559b186e760f1f478180a15a5289f49e4849.tar.gz
Bump version of chef to 13.1.18 by Chef Versioner.v13.1.18
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 e3a5f8229d..c89bd9ec4e 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.17"
+ VERSION = "13.1.18"
end
#