summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-12 11:14:28 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-12 11:14:28 +0000
commit99363e8086b525fe8f1fd048bd7373919ade06da (patch)
treefbcf4301160921928676094848b2b896e3755c9a /lib/chef/version.rb
parente6442e8104aad962fdda9f821edaea0c0a1bc1bc (diff)
downloadchef-99363e8086b525fe8f1fd048bd7373919ade06da.tar.gz
Bump version of chef to 13.0.118 by Chef Versioner.v13.0.118
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 5ef7c9ec79..098751072f 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.117"
+ VERSION = "13.0.118"
end
#