diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 21:56:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 21:56:58 +0000 |
commit | 7d0132fddee612e782f662e76c655e6fc086ccce (patch) | |
tree | 27f769f73bf0f68a6a992ee473829d332f79f8c0 /chef-config/lib | |
parent | 04e6ec5e1e69b9d803ed59e44df5125d5b91a13c (diff) | |
download | chef-7d0132fddee612e782f662e76c655e6fc086ccce.tar.gz |
Bump version to 15.1.30 by Chef Expeditorv15.1.30
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 6facd98b82..b0ed95ac72 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.1.29".freeze + VERSION = "15.1.30".freeze end # |