summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-11 16:55:33 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-11 16:55:33 +0000
commit04d3237fc85b252a777ba67c1b1c6ab38587425b (patch)
tree4ab6cf474dd88e897d7b3efa8893bd4b83863316 /lib/chef/version.rb
parent3fc0e33d5051426139a51548e4fc4204cf8545db (diff)
downloadchef-04d3237fc85b252a777ba67c1b1c6ab38587425b.tar.gz
Bump version of chef to 13.0.116 by Chef Versioner.v13.0.116
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 c76c01d73e..2447b77199 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.115"
+ VERSION = "13.0.116"
end
#