summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-04 03:33:22 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-04 03:33:22 +0000
commite3b9e67a880bcd658517f90a6add837c0e026798 (patch)
tree352c9985b7dea8d042cae4b6d139446caf492c1b /lib
parent6eeb145cf2719d91b33a814720425134ad159c00 (diff)
downloadchef-e3b9e67a880bcd658517f90a6add837c0e026798.tar.gz
Bump version of chef to 13.0.92 by Chef Versioner.v13.0.92
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 534864c519..efb2e8db1b 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.0.91"
+ VERSION = "13.0.92"
end
#