summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-12 20:40:22 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-12 20:40:22 +0000
commit58c096d5252ea0da37c63b188f14a96a03b507aa (patch)
treed70bfba06fc2bd5cf90c9e4e31528a287b655bb1 /lib
parentaf58e5a6632cedd5b772b21a0bfe96e53c4f2c6c (diff)
downloadchef-58c096d5252ea0da37c63b188f14a96a03b507aa.tar.gz
Bump version of chef to 13.0.119 by Chef Versioner.v13.0.119
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 098751072f..3fc0717e66 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.118"
+ VERSION = "13.0.119"
end
#