diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-04 16:59:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-04 16:59:40 +0000 |
commit | a25d9108d4d6d15f173a86b82dcbf1911d2f2810 (patch) | |
tree | 2a78adb97153d9510ada7eced8c9e0008c1731b4 /chef-config | |
parent | fe8e2699f31d373ed7c2870cb1058118e3a459ef (diff) | |
download | chef-a25d9108d4d6d15f173a86b82dcbf1911d2f2810.tar.gz |
Bump version to 15.1.2 by Chef Expeditorv15.1.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 d5456bd0bf..a6c8e706e4 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.1".freeze + VERSION = "15.1.2".freeze end # |