summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-26 14:26:19 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-26 14:26:19 +0000
commit5bdcb43fcb9f12098d6c8d64f8163aabf9108501 (patch)
tree45653367746a0f097d92bc3d8361a966d3afc5b4 /lib
parentf017f451bf6ebdbc0ba42d41046b403ea97d66d9 (diff)
downloadchef-5bdcb43fcb9f12098d6c8d64f8163aabf9108501.tar.gz
Bump version of chef to 13.1.31 by Chef Versioner.v13.1.31
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 a73e394ee5..daaefb9b89 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.30"
+ VERSION = "13.1.31"
end
#