summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-03 18:21:13 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-03 18:21:13 +0000
commit7aac5a158e0e12d7c45853b6cee8eb11ad9bbd66 (patch)
tree8e9af5c475e79e6421c390d09abea6e65c17e65d /lib/chef
parent1504118d8aa65bc69330d12f225791f36991a802 (diff)
downloadchef-7aac5a158e0e12d7c45853b6cee8eb11ad9bbd66.tar.gz
Bump version to 15.0.119 by Chef Expeditorv15.0.119
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 d557695ac5..85182f5565 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.118")
+ VERSION = Chef::VersionString.new("15.0.119")
end
#