summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-05 15:00:26 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-05 15:00:26 +0000
commit6e3650058aed1fcf242bcc7c122d391310b09746 (patch)
treecc0ec5d36c391edb31bcba339b2790b18a072001 /chef-config
parenteb27732839ede9db19abcc48e8a824d5f80806c3 (diff)
downloadchef-6e3650058aed1fcf242bcc7c122d391310b09746.tar.gz
Bump version to 15.1.3 by Chef Expeditorv15.1.3
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.rb2
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 a6c8e706e4..21e0a5e956 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.2".freeze
+ VERSION = "15.1.3".freeze
end
#