summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-24 20:04:14 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-24 20:04:14 +0000
commit83d07d26ac958b2c34200ed2423d4ccab25544c4 (patch)
treee45b03d59e32842206a1742fff9c90dd481fc46d /chef-bin
parente85fc1fabea36c4994361446c1962ba40f230939 (diff)
downloadchef-83d07d26ac958b2c34200ed2423d4ccab25544c4.tar.gz
Bump version to 15.1.22 by Chef Expeditorv15.1.22
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 aa72b7be95..0110aabb7c 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 = "15.1.21".freeze
+ VERSION = "15.1.22".freeze
end
#