summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-25 21:56:58 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-25 21:56:58 +0000
commit7d0132fddee612e782f662e76c655e6fc086ccce (patch)
tree27f769f73bf0f68a6a992ee473829d332f79f8c0 /chef-config/lib
parent04e6ec5e1e69b9d803ed59e44df5125d5b91a13c (diff)
downloadchef-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.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 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
#