summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-19 20:50:35 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-19 20:50:35 +0000
commit4f9f4639e81dc68d893d3194d17122ac41f993e5 (patch)
tree2f04f7c81905f8f451c0b71450bbb1c50b22479a /chef-bin/lib/chef-bin/version.rb
parent0349b6f7dfcb91542cf4aa5c7a6d1f2eeabd82f7 (diff)
downloadchef-4f9f4639e81dc68d893d3194d17122ac41f993e5.tar.gz
Bump version to 16.0.146 by Chef Expeditorv16.0.146
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index f683e6fe41..92ff5d6a88 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.145".freeze
+ VERSION = "16.0.146".freeze
end
#