summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-11 12:24:35 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-11 12:24:35 +0000
commit888daa11b289f1643d5bb159733005433cdad31a (patch)
tree3acf20dc15c166f358416e1e459abd74243584ec /lib
parentab621a6151c309f7b9787c8c7134453ae6e04e36 (diff)
downloadchef-888daa11b289f1643d5bb159733005433cdad31a.tar.gz
Bump version of chef to 13.0.115 by Chef Versioner.v13.0.115
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 90a2a05284..c76c01d73e 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.114"
+ VERSION = "13.0.115"
end
#