summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-17 19:10:46 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-17 19:10:46 +0000
commit706d19b6fc4d6bdb7bfa9ee6917287ef39b0cfb7 (patch)
tree9a2ff5d14f4a18a005aab41cb170a2df7ad88111 /chef-bin
parent3bb7008266813ab8599f3a97980600186f41604b (diff)
downloadchef-706d19b6fc4d6bdb7bfa9ee6917287ef39b0cfb7.tar.gz
Bump version to 18.0.95 by Chef Expeditorv18.0.95
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 631fbcbc6f..0273f87432 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("..", __dir__)
- VERSION = "18.0.94".freeze
+ VERSION = "18.0.95".freeze
end
#