summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-20 16:16:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-20 16:16:27 +0000
commit1b1de44d711dde15a4468da2c600ba4292829448 (patch)
tree767f9a7079cf5a16faff548b075c5fc52b890639 /chef-config/lib
parent31885ddcc3ea729f0c079ce4d550fb172c6e7962 (diff)
downloadchef-1b1de44d711dde15a4468da2c600ba4292829448.tar.gz
Bump version to 16.0.149 by Chef Expeditorv16.0.149
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 c4d9b2a92f..2bbb58ff55 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("../..", __FILE__)
- VERSION = "16.0.148".freeze
+ VERSION = "16.0.149".freeze
end