summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:53:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:53:51 +0000
commit8c039bd6a40f27ec4c838b6f75419ced5bf95191 (patch)
tree9382f67bcc2e9992ad400076dd12ad223cdde82d /chef-config/lib
parent01a2689a260a30d8a9cf184a7e9296dbca65e3f5 (diff)
downloadchef-8c039bd6a40f27ec4c838b6f75419ced5bf95191.tar.gz
Bump version to 17.0.181 by Chef Expeditorv17.0.181
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 b37e67205c..5e5e8e8e1f 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.180".freeze
+ VERSION = "17.0.181".freeze
end