diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-02-05 23:51:36 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-02-05 23:51:36 +0000 |
commit | dc0378d8307ad5b553fa144bd586ebd426ab7b3e (patch) | |
tree | db16c6c195e68bb226c2775aeaee3d78a1042a70 /lib/chef/version.rb | |
parent | fd764dff9f1cdaa1970aa4b10e8890a656175939 (diff) | |
download | chef-dc0378d8307ad5b553fa144bd586ebd426ab7b3e.tar.gz |
Bump version to 15.0.155 by Chef Expeditorv15.0.155
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 3050ebd44f..5a37f6e0fc 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.154") + VERSION = Chef::VersionString.new("15.0.155") end # |